All Projects → jcc → V Distpicker

jcc / V Distpicker

Licence: mit
✨ A flexible, highly available district picker for picking provinces, cities and districts of China.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to V Distpicker

Vue Truncate Collapsed
A simple component that truncates your text and adds a 'Read More/Show Less' clickable.
Stars: ✭ 98 (-89.34%)
Mutual labels:  component, vue-component
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (-72.47%)
Mutual labels:  component, vue-component
Thorui Uniapp
ThorUI组件库,轻量、简洁的移动端组件库。组件文档地址:https://thorui.cn/doc/ 。 最近更新时间:2021-10-01
Stars: ✭ 1,842 (+100.44%)
Mutual labels:  component, vue-component
Pdfvuer
A PDF viewer for Vue using Mozilla's PDF.js
Stars: ✭ 443 (-51.8%)
Mutual labels:  component, vue-component
Vue Marquee Text Component
[CSS GPU Animation] Marquee Text for vuejs
Stars: ✭ 226 (-75.41%)
Mutual labels:  component, vue-component
Vue Typer
Vue component that simulates a user typing, selecting, and erasing text.
Stars: ✭ 691 (-24.81%)
Mutual labels:  component, vue-component
Orbit
React components of open-source Orbit design system by Kiwi.com
Stars: ✭ 774 (-15.78%)
Mutual labels:  component
Var Dumper
The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better dump() function that you can use instead of var_dump().
Stars: ✭ 6,833 (+643.53%)
Mutual labels:  component
Multityperecyclerviewadapter
一个专注于RecyclerView优雅刷新(接管资源和数据源)、高灵活、低耦合、健壮性以及高效性的MVP模式库,支持大多数Adapter
Stars: ✭ 763 (-16.97%)
Mutual labels:  component
Translation
The Translation component provides tools to internationalize your application.
Stars: ✭ 6,196 (+574.21%)
Mutual labels:  component
Vue Context Api
A react-like context component api for Vue.js
Stars: ✭ 19 (-97.93%)
Mutual labels:  component
Vue Responsive Calendar
A responsive calendar component for Vue.js
Stars: ✭ 17 (-98.15%)
Mutual labels:  vue-component
Vuestar
✨A like button with delightful star animation powered by Vue.js
Stars: ✭ 815 (-11.32%)
Mutual labels:  component
React Native Flash Message
React Native flashbar and top notification alert utility
Stars: ✭ 789 (-14.15%)
Mutual labels:  component
Keen Query
Terse, cypher-esque querying for keen
Stars: ✭ 6 (-99.35%)
Mutual labels:  component
Vue Flatpickr Component
Vue.js component for Flatpickr datetime picker 📆
Stars: ✭ 773 (-15.89%)
Mutual labels:  vue-component
Polyfill Intl Normalizer
This component provides a fallback implementation for the Normalizer class provided by the Intl extension.
Stars: ✭ 896 (-2.5%)
Mutual labels:  component
Reactprimer
React component prototyping tool that generates fully connected class component code.
Stars: ✭ 743 (-19.15%)
Mutual labels:  component
Min Cli
Min 小程序组件化解决方案
Stars: ✭ 807 (-12.19%)
Mutual labels:  component
Modularized wan android
用玩Android学习android - 组件化 - and more.. (Retrofit + MVP + 组件化的玩Android)
Stars: ✭ 16 (-98.26%)
Mutual labels:  component

Powered By Jiajian Chan

A flexible, highly available district selector for picking provinces, cities and districts of China.

V - Distpicker

Here is documents

Installation

npm install v-distpicker --save

Or

yarn add v-distpicker --save

Usage

Register component

Registe global component:

import Distpicker from 'v-distpicker'

Vue.component('v-distpicker', Distpicker)

Registe component:

import VDistpicker from 'v-distpicker'

export default {
  components: { VDistpicker }
}

How to use

Basic:

<v-distpicker></v-distpicker>

Default Value:

<v-distpicker province="广东省" city="广州市" area="海珠区"></v-distpicker>

Mobile:

<v-distpicker type="mobile"></v-distpicker>

Contributors

Thanks

License

The plugin is open-sourced software licensed under the MIT license.

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].