[ProgressBar] - create new shared component
BillyG83 opened this issue · 1 comments
BillyG83 commented
- create a progress bar to match what is currently in Moralis Money
- use native HTML5 progress bar
- animated in from left, like in Moralis Money
- keep styles in one file
- make a unit test file with basic tests
- export the component from index
- keep all file and interface in types
- export this component from the main index of core
Input
- title: string or JSX
- value: number
- total: number
- name: sting | undefined
- background color
- bar color
BillyG83 commented
great work @mrdexters1