rmc-modal
React Mobile Modal Component
[![NPM version][npm-image]][npm-url]
Screenshots
Development
npm install
npm start
Example
http://localhost:8120/examples/
online example: http://react-component.github.io/m-modal/
install
API
props
name | description | type | default |
---|---|---|---|
className | additional css class of root dom node | String | '' |
prefixCls | prefix class | String | '' |
visible | whether visible | Bool | false |
style | additional style | Object | {} |
zIndex | z-index | Number | |
onDismiss | exec on dismiss modal | function |
License
rmc-modal is released under the MIT license.