add basic prop documentation

This commit is contained in:
Stephan Meijer
2020-04-15 16:19:41 +02:00
parent a4f3124cc4
commit b2286c8bd4
7 changed files with 137 additions and 11 deletions

View File

@@ -29,6 +29,8 @@ const results = await provider.search({ query: input.value });
## Using the leaflet control
Or add the `GeoSearchControl` to the leaflet map instance, to render a search control on your map;
See [Leaflet Control](/leaflet-control) for more info about the the options this control provides.
<Playground>
<Map provider="OpenStreetMap" />
</Playground>