27 Commits

Author SHA1 Message Date
Kevin Qi
0ba1702423 link to codesandbox from demo page 2019-10-22 16:12:33 -07:00
Kevin Qi
d0619f60de fix linter warnings about unused vars 2019-07-25 21:15:21 -07:00
Kevin Qi
aeceda183a tweak demo ChangingProgressProvider prop name, fix demo text 2019-05-13 23:14:23 -07:00
Kevin Qi
fb69473ce8 fix README props documentation, simplify getBackgroundPadding now that props.backgroundPadding should not be null, and tweak prop names of AnimatedProgressProvider 2019-05-12 19:27:51 -07:00
Kevin Qi
72d89387e1 fill out v1.x.x -> v2.0.0 migration, tweak ProgressProvider prop names 2019-05-11 23:12:07 -07:00
Kevin Qi
9a1529d33d update the 'animating text' readme section 2019-05-11 22:07:56 -07:00
Kevin Qi
f572a6f5df refactor AnimatedProgressbar -> AnimatedProgressProvider 2019-05-11 21:55:28 -07:00
Kevin Qi
2a03673856 documentation tweaks 2019-05-11 21:37:35 -07:00
Kevin Qi
3da2f0b736 rewrite ChangingProgressbar to ChangingProgressbarProvider 2019-05-11 21:22:05 -07:00
Kevin Qi
5b19379f54 rename PercentageProvider 2019-05-11 21:02:44 -07:00
Kevin Qi
c628f1ed56 make maxValue default to 100 instead of 1 2019-05-11 14:30:41 -07:00
Kevin Qi
12428508a2 convert props.percentage to value/minValue/maxValue 2019-05-11 14:11:17 -07:00
Kevin Qi
b9fea9c7c2 implement a PercentageProvider renderprop wrapper to replace initialAnimation, in demos 2019-05-11 13:22:39 -07:00
Kevin Qi
1fdb87e49a make it so CircularProgressbarWithChildren can center arbitrary content WITHOUT specifying outer container width/height explicitly 2019-05-05 21:44:24 -07:00
Kevin Qi
0d396e0e1a WIP adding CircularProgressbarWithChildren wrapper component 2019-05-04 16:50:08 -07:00
Kevin Qi
66c5a41ac6 tweak demo style 2019-05-04 15:14:12 -07:00
Kevin Qi
4210a6459f measure pathTransitionDuration in seconds, use in demo 2019-05-04 14:06:13 -07:00
Kevin Qi
f58b67b535 switch CircularProgressbar to be a named export, to prevent mixing named and default exports 2019-05-04 13:22:07 -07:00
Kevin Qi
cdb2f8a3a0 add { buildStyles } exported function, which helps build a styles object 2019-05-04 12:56:39 -07:00
Kevin Qi
998bb89d92 add speedometer and react-move examples 2019-04-28 17:22:49 -07:00
Kevin Qi
3df9aa545d click button to toggle extended examples 2019-04-28 15:32:28 -07:00
Kevin Qi
760d566e31 add circleRatio prop, make it work 2019-04-28 15:32:28 -07:00
Kevin Qi
df22c2b2a1 add demos for dashboard style 2019-04-28 15:32:22 -07:00
Kevin Qi
f8e2f2c498 make defaultProps typing more accurate - styles can have missing keys, but classes cannot 2019-04-21 18:31:36 -07:00
Kevin Qi
99d5001fe4 port demo from /docs to /demo, with some slight modifications (remove codesandbox iframe, etc) 2019-04-21 14:01:01 -07:00
Kevin Qi
dba53d462a get CircularProgressbar rendering in demo app 2019-04-20 21:13:48 -07:00
Kevin Qi
db568927a2 initialize demo app with create-react-app --typescript 2019-04-20 20:57:16 -07:00