mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
README.md
This commit is contained in:
parent
b0af669c16
commit
f48920cc03
@ -17,17 +17,17 @@ Map UI is a JavaScript Map Library to create nice and easy to use Maps
|
||||
|
||||
|
||||
install via npm
|
||||
```
|
||||
```bash
|
||||
npm install utopia-ui
|
||||
```
|
||||
|
||||
then import in your React App
|
||||
```
|
||||
```jsx
|
||||
import UtopiaMap from 'utopia-ui'
|
||||
```
|
||||
|
||||
use the [Map UI Component](/docs/utopia-ui/map-components/map)
|
||||
```
|
||||
```jsx
|
||||
<UtopiaMap>
|
||||
height='360px'
|
||||
width='100vw'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user