1.1.3 • Published 5 days ago

@igloo-ui/progress-bar v1.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 days ago

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" />;
1.1.3

5 days ago

1.1.2

20 days ago

1.1.1

3 months ago

1.1.0

4 months ago

1.0.4

4 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

6 months ago

1.0.0

8 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

2 years ago

0.0.0

2 years ago