Chakra UI - Google places autocomplete input for ReactJS.
npm install chakra-ui-google-places-autocompleteReact component for easily use Google Places Autocomplete
Install the latest version:
``sh`
npm install --save chakra-ui-google-places-autocomplete
or
yarn add chakra-ui-google-places-autocomplete
Use the component!
`js
import React from 'react';
import GooglePlacesAutocomplete from 'chakra-ui-google-places-autocomplete';
const Component = () => (
export default Component;
`
1. Fork this repo
2. Clone your fork
3. Code 🤓
4. Test your changes
5. Submit a PR!
For this, I like to use np
1. Install np
2. Build project with yarn build or npm run buildnp --no-tests`
3. Publish the package with np:
Icons made by Freepik from www.flaticon.com