web3ui / web3uikit

Lightweight reusable Web3 UI components for dapps.

Home Page:https://web3uikit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ProgressBar] - create new shared component

BillyG83 opened this issue · 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