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
|
||||
```jsx
|
||||
<UtopiaMap>
|
||||
<UtopiaMap
|
||||
height='360px'
|
||||
width='100vw'
|
||||
center={[51.3, 9.6]}
|
||||
zoom={6}
|
||||
places={places}
|
||||
events={events}
|
||||
tags = {tags}
|
||||
tags = {tags}>
|
||||
</UtopiaMap>
|
||||
```
|
||||
You can find some Sample Data (places, events, tags) for test purpose below
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user