0.0.2 • Published 8 years ago

now-activity-city-select v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

now-activity-city-select 城市选择组件

默认支持 onClick , onTouchStart 等 原生 DOM 事件, 可传入 style 进行自定义样式修改, 可传入子组件定义样式

API

属性说明类型默认值是否必传
onCityClick城市点击回调function1

安装

npm install now-activity-city-select

传参示例

import CitySelect from 'now-activity-city-select'

<CitySelect onCityClick={(item) => {alert(item)}}/>
0.0.2

8 years ago

0.0.1

8 years ago