abdennour / react-progressbar

Basic progress bar in React.js
http://abdennour.github.io/react-progressbar/
MIT License
88 stars 28 forks source link

Add a DEMO link and update main code #2

Closed hueitan closed 9 years ago

hueitan commented 9 years ago

Ready!

I remove the jsx/js just the DEMO file.

Also update the DEMO file =)

http://huei90.github.io/react-progressbar/

paramaggarwal commented 9 years ago

Thanks for the demo, good idea to let people fiddle with the two supported props. I was wondering, we could also use React's propTypes.number to validate the input prop.

hueitan commented 9 years ago

yes you can do it =)