cezary / react-progress

Simple youtube style progress bar for React
http://cezary.github.io/react-progress
153 stars 13 forks source link

adds color to the list of props in README #6

Closed felguerez closed 8 years ago

felguerez commented 8 years ago

It seems to be supported, so it may as well be in the README.

cezary commented 8 years ago

Good catch! The color prop is weird and I updated the code to make it a little clearer. First off, the property should accept strings with color values, so keyword, hex, rgb, hsla, etc. Next, the default prop is actually 'rainbow' which switches the styling of the element from using a background-color to a background-image with a gradient.

felguerez commented 8 years ago

Very cool. Thanks for responding and updated the README :+1: