2.0.1 • Published 1 year ago

chakra-ui-google-places-autocomplete v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Chakra UI Google Places Autocomplete

React component for easily use Google Places Autocomplete

Getting started

Install the latest version:

npm install --save chakra-ui-google-places-autocomplete
  or
yarn add chakra-ui-google-places-autocomplete

Use the component!

import React from 'react';
import GooglePlacesAutocomplete from 'chakra-ui-google-places-autocomplete';

const Component = () => (
  <div>
    <GooglePlacesAutocomplete apiKey="****" />
  </div>
);

export default Component;

Documentation

Read The Docs

How to contribute?

  1. Fork this repo
  2. Clone your fork
  3. Code 🤓
  4. Test your changes
  5. Submit a PR!

How to publish?

For this, I like to use np

  1. Install np
  2. Build project with yarn build or npm run build
  3. Publish the package with np: np --no-tests
2.0.1

1 year ago

2.0.0

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago