Giter VIP home page Giter VIP logo

bee-city-select's Introduction

bee-city-select

npm version Build Status Coverage Status devDependency Status NPM downloads Average time to resolve an issue Percentage of issues still open

react bee-city-select component for tinper-bee

地区级联

使用方法

import ReactDom from 'react-dom';
import CitySelect from 'bee-city-select';

ReactDom.render(<CitySelect />,document.getElementById('app'));

API

参数 说明 类型 默认值
className 类名 string -
defaultValue 默认值,格式为{ province:'北京',city:'北京',area:'东城区'} array { province:'北京',city:'北京',area:'东城区'}
onChange 改变时的回调,参数为当前值,格式为{ province:'北京',city:'北京',area:'东城区'} function -
provinceData 预制地区数据,格式为 [{ "name": "北京", "city":[{"name":"北京", "area":["东城区","西城区","崇文区","宣武区","朝阳区","丰台区","石景山区","海淀区","门头沟区","房山区","通州区","顺义区","昌平区","大兴区","平谷区","怀柔区","密云县","延庆县"]}]}, { "name": "天津", "city":[{"name":"天津", "area":["和平区","河东区","河西区","南开区","河北区","红桥区","塘沽区","汉沽区","大港区","东丽区","西青区","津南区","北辰区","武清区","宝坻区","宁河县","静海县","蓟 县"]}]}] ,使用此props必须设置 defaultValue array -
lang 组件预制三种语言。zh_CN 中文简体(默认)、zh_TW 中文繁体、en_US 英文 string zh_CN

开发调试

$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/bee-city-select
$ cd bee-city-select
$ npm install
$ npm run dev

bee-city-select's People

Contributors

lucian55 avatar jonyshi avatar ahua52 avatar boyuzhou avatar

Watchers

James Cloos avatar 郭永峰 avatar  avatar  avatar

bee-city-select's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.