Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  ..
  MeterBar.tsx
  README.md
  deps.ts
  index.ts
  renderProps.tsx
  styled.tsx
  typings.ts
Size: Mime:

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