Skip to content

Commit

Permalink
docs(changeset): Added support for controls:
Browse files Browse the repository at this point in the history
```
<MapComponent>
   <zoomControl />
   <attributionControl />
</MapComponent>
```
  • Loading branch information
giulioz committed Jan 9, 2022
1 parent fd45c12 commit 90c5337
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/seven-files-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'react-ol-fiber': minor
---

Added support for controls:

```
<MapComponent>
<zoomControl />
<attributionControl />
</MapComponent>
```

0 comments on commit 90c5337

Please sign in to comment.