Socket
Socket
Sign inDemoInstall

vue-thailand-address-autocomplete

Package Overview
Dependencies
3
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-thailand-address-autocomplete

Vue autocomplete component for Thailand address. 🇹🇭


Version published
Weekly downloads
175
increased by483.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

NPM version NPM downloads License

Vue Thailand Address Autocomplete 🇹🇭

ออโต้คอมพลีทที่อยู่ในประเทศไทยแบบสำเร็จรูป.

ตัวอย่าง

coming soon...

ติดตั้ง

npm install vue-thailand-address-autocomplete --save

หรือ

yarn add vue-thailand-address-autocomplete

การใช้งาน

import ThailandAutoComplete from 'vue-thailand-address-autocomplete'

Vue.component('ThailandAutoComplete', ThailandAutoComplete)

หรือ

import ThailandAutoComplete from 'vue-thailand-address-autocomplete'

export default {
  components: {
    ThailandAutoComplete
  }
}

การนำไปใช้

<template>
  <div>
   <ThailandAutoComplete
      v-model="district"
      type="district"
      @select="select"
      label="ตำบล"
      color="#42b883"
      size="default"
      placeholder="ตำบล..."/>
  </div>
</template>

ทดลอง Run Demo.

# clone this repository
git clone https://github.com/biigpongsatorn/vue-thailand-address-autocomplete.git

# cd to repository
cd vue-thailand-address-autocomplete

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

License

MIT

Developed with ❤️ and ☕️

FAQs

Last updated on 08 May 2018

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