another README fix

This commit is contained in:
AT 2022-07-14 23:53:07 +02:00
parent f51eb19d0a
commit 891df60c9f

View File

@ -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