README.md

This commit is contained in:
AT 2022-07-09 21:28:45 +02:00
parent b0af669c16
commit f48920cc03

View File

@ -17,17 +17,17 @@ Map UI is a JavaScript Map Library to create nice and easy to use Maps
install via npm install via npm
``` ```bash
npm install utopia-ui npm install utopia-ui
``` ```
then import in your React App then import in your React App
``` ```jsx
import UtopiaMap from 'utopia-ui' import UtopiaMap from 'utopia-ui'
``` ```
use the [Map UI Component](/docs/utopia-ui/map-components/map) use the [Map UI Component](/docs/utopia-ui/map-components/map)
``` ```jsx
<UtopiaMap> <UtopiaMap>
height='360px' height='360px'
width='100vw' width='100vw'