@igloo-ui/progress-bar
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

ProgressBar

Progress bar that displays linear progress. Works best with elements that do not involve specific steps.

Installation

To install @igloo-ui/progress-bar in your project, you will need to run the following command using npm:

npm install @igloo-ui/progress-bar

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/progress-bar

Usage

Then to use the component in your code just import it!

import ProgressBar from '@igloo-ui/progress-bar';

<ProgressBar value={0.7} ariaLabel="Progress: 70% of objectives achieved" />;

Readme

Keywords

none

Package Sidebar

Install

npm i @igloo-ui/progress-bar

Weekly Downloads

122

Version

1.1.2

License

Apache-2.0

Unpacked Size

20.7 kB

Total Files

7

Last publish

Collaborators

  • infra.admin
  • franckgaudin