Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @skava/ui   js

Repository URL to install this package:

Version: 4.2.0-a11y.0 

/ src / components / molecules / MeterBar

  ..
  MeterBar.tsx
  README.md
  deps.ts
  index.ts
  renderProps.tsx
  styled.tsx
  typings.ts
 

Meter Bar

progress bar atom with count This can be useful for things like displaying the progress of a file upload, or the user’s place within a multi-page form.

view

  1. Count can either be displayed (at last or at first) or not be displayed ==> this can be customized by using 'numberAlignType' variable

Outline

  <Wrap>
    <atoms/ProgressBar>
    <styled/Count>
  </Wrap>

Learn More