File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ yarn add react-usage-bar
2323
2424## 🔧 Usage
2525
26+ Live ** demo** at: [ https://chrisuser.github.io/react-usage-bar ] ( https://chrisuser.github.io/react-usage-bar )
27+
2628The usage bar needs to receive an array of items. In order to display all the values correctly every item should follow this interface:
2729
2830### Item type
@@ -133,11 +135,11 @@ The tooltip of the item in which are written all the textual info.
133135
134136<br >
135137
136- ## 📖 Docs ( https://chrisuser.github.io/react-usage-bar)
138+ ## 📖 Docs
137139
138140<br >
139141
140- You can also run the project in a local enviroment using [ Storybook] ( https://storybook.js.org/ ) :
142+ You can run the project in a local enviroment using [ Storybook] ( https://storybook.js.org/ ) :
141143
142144```
143145$ yarn storybook
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const items = [
1111 {
1212 name : "UI" ,
1313 value : 10 ,
14- color : "#E75D04 " ,
14+ color : "#E85D04 " ,
1515 } ,
1616 {
1717 name : "Photos" ,
You can’t perform that action at this time.
0 commit comments