1.0.5 • Published 3 years ago

@berlitz/progress-bar v1.0.5

Weekly downloads
20
License
MIT
Repository
-
Last release
3 years ago

ProgressBar npm version

Progress bar is a visual progression element to monitoring the process.

Installation

yarn add @berlitz/progress-bar

Props

PropTypeRequiredDefaultNotes
valuenumberNOAssign values to the progress element
sizestringmddefine the height for the progress bar
maxnumberNOsets the maximum value of the progress bar

Usage

// prettier-ignore
import ProgressBar from '@berlitz/progress-bar'
const MyProgressBar () => <ProgressBar value="40" max="100" size="sm" />

Notes

1.0.6-test.25

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1-alpha.63

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago