React ReactSvgWavyGravyBar Component
npm install typings -g
npm install
typings install
npm start
http://localhost:8000/examples/
online example: http://react-component.github.io/react-svg-wavyGravyBar/
var ReactSvgWavyGravyBar = require('rc-react-svg-wavyGravyBar');
var React = require('react');
React.render(<ReactSvgWavyGravyBar />, container);
name | type | default | description |
---|---|---|---|
className | String | additional css class of root dom node |
npm test
npm run chrome-test
npm run coverage
open coverage/ dir
rc-react-svg-wavyGravyBar is released under the MIT license.