Socket
Socket
Sign inDemoInstall

@s-ui/react-atom-progress-bar

Package Overview
Dependencies
5
Maintainers
63
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @s-ui/react-atom-progress-bar

A Progress bar is a visual representation of a specified wait time or the current status of a process.


Version published
Weekly downloads
2.7K
increased by51.86%
Maintainers
63
Install size
238 kB
Created
Weekly downloads
 

Readme

Source

AtomProgressBar

A Progress bar is a visual representation of a specified wait time or the current status of a process.

Installation

$ npm install @s-ui/react-atom-progress-bar --save

Usage

After importing the component AtomProgressBar like this

import AtomProgressBar from '@s-ui/react-atom-progress-bar'

Basic usage

<AtomProgressBar percentage={25} />

Indicator text at Bottom

<AtomProgressBar percentage={25} indicatorBottom />

Indicator style (75/100)

<AtomProgressBar percentage={25} indicatorTotal />

Line double bar

<AtomProgressBar
  mainBarPercentage={25}
  extraBarPercentage={50}
  type="lineDoubleBar"
/>

Find full description and more examples in the demo page.

FAQs

Last updated on 15 Sep 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc