Socket
Socket
Sign inDemoInstall

vue3-address-autocomplete

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue3-address-autocomplete

> Input component with embedded Google Places API Autocomplete functionality


Version published
Weekly downloads
99
decreased by-39.26%
Maintainers
1
Install size
7.54 kB
Created
Weekly downloads
 

Readme

Source

vue3-address-autocomplete

Input component with embedded Google Places API Autocomplete functionality

Installation

npm i react-google-autocomplete --save

or

yarn add react-google-autocomplete


Usage

<template>
  <AddressAutocomplete
    ref="autocomplete"
    @place-changed="callback"
    google-key="your_google_key"
    placeholder="whatever you like"
  />
</template>

<script setup>
import AddressAutocomplete from "vue3-address-autocomplete";
</script>

To clear the input contents use:
autocomplete.value.clear();

Keywords

FAQs

Last updated on 10 Aug 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc