0.4.1 • Published 10 years ago
rmc-modal v0.4.1
rmc-modal
React Mobile Modal Component
Screenshots
Development
npm install
npm startExample
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.
