🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

chakra-ui-google-places-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chakra-ui-google-places-autocomplete

Chakra UI - Google places autocomplete input for ReactJS.

2.0.1
latest
Source
npm
Version published
Weekly downloads
597
16.83%
Maintainers
1
Weekly downloads
 
Created
Source

License

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?

  • Fork this repo
  • Clone your fork
  • Code 🤓
  • Test your changes
  • Submit a PR!

How to publish?

For this, I like to use np

  • Install np
  • Build project with yarn build or npm run build
  • Publish the package with np: np --no-tests


Icons made by Freepik from www.flaticon.com

Keywords

chakra-ui

FAQs

Package last updated on 06 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts