7.0.0 • Published 8 years ago

rc-dialog2 v7.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

rc-dialog


react dialog component

NPM version build status Test coverage gemnasium deps npm download

Screenshot

Install

rc-dialog

Usage

var Dialog = require('rc-dialog');

ReactDOM.render(
  <Dialog title={title} onClose={callback1} onShow={callback2}>
      <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.

7.0.0

8 years ago

6.1.0

8 years ago

6.0.2

8 years ago

6.0.1

8 years ago