All Projects → Tintef → React Google Places Autocomplete

Tintef / React Google Places Autocomplete

Licence: mit
React Google Places Autocomplete input -- fully customizable

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Google Places Autocomplete

Kotlin Language Server
Intelligent Kotlin support for any editor/IDE using the Language Server Protocol
Stars: ✭ 650 (+381.48%)
Mutual labels:  hacktoberfest, autocomplete
Autocomplete.js
Simple autocomplete pure vanilla Javascript library.
Stars: ✭ 3,428 (+2439.26%)
Mutual labels:  hacktoberfest, autocomplete
Ng Select
⭐ Native angular select component
Stars: ✭ 2,781 (+1960%)
Mutual labels:  hacktoberfest, autocomplete
Chakra Ui Autocomplete
An utility autocomplete UI library to use with Chakra UI
Stars: ✭ 77 (-42.96%)
Mutual labels:  hacktoberfest, autocomplete
Libfaketime
libfaketime modifies the system time for a single application
Stars: ✭ 1,932 (+1331.11%)
Mutual labels:  hacktoberfest
Paseto
PASETO (Platform-Agnostic SEcurity TOkens) for Node.js with no dependencies
Stars: ✭ 134 (-0.74%)
Mutual labels:  hacktoberfest
Dumpling
Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
Stars: ✭ 134 (-0.74%)
Mutual labels:  hacktoberfest
Documentation
Stars: ✭ 133 (-1.48%)
Mutual labels:  hacktoberfest
Studio
An authoring platform to build Web Augmented Reality experiences, without coding knowledge
Stars: ✭ 135 (+0%)
Mutual labels:  hacktoberfest
Instructor Training
Instructor Training
Stars: ✭ 134 (-0.74%)
Mutual labels:  hacktoberfest
Nosqlmap
Automated NoSQL database enumeration and web application exploitation tool.
Stars: ✭ 1,928 (+1328.15%)
Mutual labels:  hacktoberfest
Sessionstorage
A library to provide access to session storage in Blazor applications
Stars: ✭ 132 (-2.22%)
Mutual labels:  hacktoberfest
Awesome Travel
Do you want to build a travel app?
Stars: ✭ 133 (-1.48%)
Mutual labels:  hacktoberfest
Awesome Vulnerable
A curated list of VULNERABLE APPS and SYSTEMS which can be used as PENETRATION TESTING PRACTICE LAB.
Stars: ✭ 133 (-1.48%)
Mutual labels:  hacktoberfest
Nl.fokkezb.infinitescroll
Alloy widget for infinitive scrolling TableViews and ListViews
Stars: ✭ 134 (-0.74%)
Mutual labels:  hacktoberfest
Manual Node
📗 📒 (PT-BR Tradução) 2020 Edition - Tradução por Christy e Vinicius Dias (https://github.com/ViniciusmDias).
Stars: ✭ 134 (-0.74%)
Mutual labels:  hacktoberfest
Go App Paths
Lets you retrieve platform-specific paths (like directories for app-data, cache, config, and logs)
Stars: ✭ 134 (-0.74%)
Mutual labels:  hacktoberfest
Restful
Unlocking the potential of the WP REST API at the command line
Stars: ✭ 134 (-0.74%)
Mutual labels:  hacktoberfest
Dea Notebooks
Repository for Digital Earth Australia Jupyter Notebooks: tools and workflows for geospatial analysis with Open Data Cube and xarray
Stars: ✭ 133 (-1.48%)
Mutual labels:  hacktoberfest
Mattermost Plugin Jitsi
Jitsi plugin for Mattermost 🔌
Stars: ✭ 134 (-0.74%)
Mutual labels:  hacktoberfest

License

React Google Places Autocomplete

React component for easily use Google Places Autocomplete

Getting started

Install the latest version:

npm install --save react-google-places-autocomplete
  or
yarn add react-google-places-autocomplete

Use the component!

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

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

export default Component;

Coming from v2? Check the migration guide

Documentation

Read The Docs

How to contribute?

  1. Fork this repo

  2. Clone your fork

  3. Code 🤓

  4. Test your changes

    For this, I like to use yalc, as it allows to emulate the process of using npm/yarn.

    1. Install yalc
    2. Build project with yarn build or npm run build
    3. Publish the package with yalc: yalc publish
    4. Add the package to your test project yalc add react-google-places-automocomplete
    5. If needed, to update the package on your test project: yalc update react-google-places-autocomplete
  5. Submit a PR!



Icons made by Freepik from www.flaticon.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].