cityableui-lib
v1.0.2
Published
Cityable It is a GIS library developed by the Cityable dev team for smart city projects.
Downloads
1
Keywords
Readme
cityableui-lib
Cityable It is a GIS library developed by the Cityable dev team for smart city projects.
Install
npm install --save cityableui-lib
Usage
import React, { Component } from 'react'
import MyComponent from 'cityableui-lib'
import 'cityableui-lib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © CityableDev