TheOne1006 / react-svg-wavyGravyBar

react 版本的 svg 水波能量球

Home Page:https://theone1006.github.io/react-svg-wavyGravyBar/examples/simple.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rc-react-svg-wavyGravyBar


React ReactSvgWavyGravyBar 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:8000/examples/

online example: http://react-component.github.io/react-svg-wavyGravyBar/

install

rc-react-svg-wavyGravyBar

Usage

var ReactSvgWavyGravyBar = require('rc-react-svg-wavyGravyBar');
var React = require('react');
React.render(<ReactSvgWavyGravyBar />, 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-svg-wavyGravyBar is released under the MIT license.

About

react 版本的 svg 水波能量球

https://theone1006.github.io/react-svg-wavyGravyBar/examples/simple.html

License:MIT License


Languages

Language:TypeScript 53.9%Language:CSS 43.6%Language:JavaScript 2.5%