Giter Site home page Giter Site logo

omaten / m-cascader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from react-component/m-cascader

0.0 2.0 0.0 3.19 MB

React Mobile Cascader Component(web and react-native)

Home Page: http://react-component.github.io/m-cascader/

CSS 2.26% JavaScript 5.83% TypeScript 91.91%

m-cascader's Introduction

rmc-cascader


React Mobile Cascader Component (web and react-native)

NPM version react-native react build status Test coverage gemnasium deps node version npm download

Screenshots

web

native

Development

npm i
npm start

Example

http://localhost:8000/examples/

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

react-native

npm run rn-init
npm run watch-tsc
react-native start
react-native run-ios

install

rmc-cascader

API

Cascader props

name description type default
className(web) additional css class of root dom node String ''
prefixCls(web) prefix class String 'rmc-cascader'
pickerPrefixCls(web) picker prefix class String 'rmc-picker'
pickerItemStyle picker item style {}
data The data of cascade array
value selected value array
defaultValue initial selected value array
onChange Function(value) -

rmc-cascader/lib/Popup props

name description type default
className(web) additional css class of modal node String ''
prefixCls(web) prefix class String 'rmc-picker-popup'
style(web) additional style object {}
value selected value array
cascader React Cascader element
onChange exec on ok Function(value)
onDismiss exec on dismiss function
okText ok button text String 'Ok'
dismissText dismiss button text String 'Dismiss'
title Popup title String ''
visible whether pop picker is visible Boolean
onVisibleChange called when pop picker visible change Function

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

rmc-cascader is released under the MIT license.

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.