0.4.2 • Published 9 years ago

rmc-select-list v0.4.2

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

rmc-select-list


React Mobile SelectList Component

NPM version build status Test coverage gemnasium deps node version npm download

Screenshots

Development

npm install
npm start

Example

http://localhost:8000/examples/

online example: http://react-component.github.io/m-select-list/

install

rmc-select-list

Usage

see example

API

props

namedescriptiontypedefault
classNameadditional css class of root dom nodeString''
prefixClsprefix classString'rmc-select-list'
showCurrentSelectedwhether show selected itembooltrue
showQuickSearchBarwhether show quick search barbooltrue
localethe locale of areaObjectimport from 'rmc-select-list/lib/locale/zh_CN'
dataThe data of listarray-
valuecurrent selected valuestring-
defaultValuedefault current selected valuestring-
onChangeselect itemFunction(value, item)-

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

rmc-select-list is released under the MIT license.

0.4.2

9 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago