@yr3/autocomplete-places
v1.0.1
Published
SSR-safe React hook for address autocomplete with Mapbox and Google Places API (New)
Readme
@yui/autocomplete-places
SSR-safe React hook for address autocomplete with Mapbox and Google Places API (New).
Features
- Mapbox (default)
- Google Places API (NEW, REST)
- SSR-safe
- Cache + TTL
- Provider agnostic
- Perfect for MUI
Usage
useAutocompletePlaces({
input,
apiKey,
provider: 'mapbox'
})