web3ui/web3uikit

[ProgressBar] - create new shared component

BillyG83 opened this issue · 1 comments

  • 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

Design
Screenshot 2023-05-14 at 11 00 21

Input

  • title: string or JSX
  • value: number
  • total: number
  • name: sting | undefined
  • background color
  • bar color

great work @mrdexters1