rc-code-verification

react-code-verification ui component for react


Keywords
react, react-component, react-code-verification
License
MIT
Install
npm install rc-code-verification@1.0.0

Documentation

rc-react-code-verification


React ReactCodeVerification Component

NPM version build status Test coverage gemnasium deps npm download

Screenshots

Development

npm install typings -g
npm install
typings install
npm start

Example

http://localhost:8008/examples/

online example: http://react-component.github.io/react-code-verification/

install

rc-react-code-verification

Usage

var ReactCodeVerification = require('rc-react-code-verification');
var React = require('react');
React.render(<ReactCodeVerification />, container);

API

props

name type default description
className String additional css class of root dom node

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

rc-react-code-verification is released under the MIT license.