sub-rc-dialog
v6.2.1
Published
dialog ui component for react
Downloads
17
Maintainers
Readme
rc-dialog
react dialog component
Screenshot
Install
Usage
var Dialog = require('rc-dialog');
ReactDOM.render(
<Dialog title={title} onClose={callback1} visible>
<p>first dialog</p>
</Dialog>
), document.getElementById('t1'));
// use dialog
API
props
Development
npm install
npm start
Example
http://localhost:8007/examples/
online example: http://react-component.github.io/dialog/
Test Case
npm test
npm run chrome-test
Coverage
npm run coverage
open coverage/ dir
License
rc-dialog is released under the MIT license.