utopia-ui/README.md
2022-06-25 00:09:02 +02:00

30 lines
552 B
Markdown

# Utopia UI
Reuseable React Components to build mapping apps for all kinds of communities
## Getting Started
install via npm
```
npm install utopia-ui
```
import in your React App
```
import Map from 'utopia-ui'
```
use the Map UI Component
```
<Map height='100vh' width='100hw'></Map>
```
## Options
Option | Type | Default | Description
--- | --- | --- | ---
height | x | |
width | x | |