mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
another README fix
This commit is contained in:
parent
f51eb19d0a
commit
891df60c9f
@ -30,14 +30,14 @@ import UtopiaMap from 'utopia-ui'
|
|||||||
|
|
||||||
use the Map UI Component
|
use the Map UI Component
|
||||||
```jsx
|
```jsx
|
||||||
<UtopiaMap>
|
<UtopiaMap
|
||||||
height='360px'
|
height='360px'
|
||||||
width='100vw'
|
width='100vw'
|
||||||
center={[51.3, 9.6]}
|
center={[51.3, 9.6]}
|
||||||
zoom={6}
|
zoom={6}
|
||||||
places={places}
|
places={places}
|
||||||
events={events}
|
events={events}
|
||||||
tags = {tags}
|
tags = {tags}>
|
||||||
</UtopiaMap>
|
</UtopiaMap>
|
||||||
```
|
```
|
||||||
You can find some Sample Data (places, events, tags) for test purpose below
|
You can find some Sample Data (places, events, tags) for test purpose below
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user