We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 229c109 + f13a1e6 commit 81839ebCopy full SHA for 81839eb
README.md
@@ -103,6 +103,22 @@ const style = {
103
height: '100%'
104
}
105
```
106
+
107
+Container Style: Takes CSS style object - optional, commonly when you want to change from the default of position "absolute".
108
109
+```javascript
110
+const containerStyle = {
111
+ position: 'relative',
112
+ width: '100%',
113
+ height: '100%'
114
+}
115
+```
116
117
118
+ <Map
119
+ containerStyle={containerStyle}
120
121
122
initialCenter: Takes an object containing latitude and longitude coordinates. Sets the maps center upon loading.
123
124
```javascript
0 commit comments