You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
[Click here](http://ec2-52-74-208-196.ap-southeast-1.compute.amazonaws.com:8000/widgets.html) to see a live preview!
26
26
@@ -30,7 +30,7 @@ If you use React in your app, you might find some of these components useful!
30
30
##### Widgets will use velocity.js animations instead of the originally used JQuery animations wherever possible, for improved performance across all browsers and devices.
Copy file name to clipboardExpand all lines: public/src/pages/widgets-page/README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ content = 'Can be a string or a number'
32
32
theme ='bg-aqua'
33
33
/>
34
34
```
35
-

35
+

36
36
37
37
You can optionally display a progress status and bar by passing the [ProgressBar](./js/components/widgets/info-tile/progress-bar.js) component as props.children
38
38
@@ -41,7 +41,7 @@ You can optionally display a progress status and bar by passing the [ProgressBar
41
41
<ProgressBar percent =50 description ='50% Increase in 30 Days' color ='white'/>
0 commit comments