1.1.13 • Published 2 years ago
@paprika/progress-bar v1.1.13
@paprika/progress-bar
Description
ProgressBar is a component that shows the current progress of an action
Installation
yarn add @paprika/progress-bar
or with npm:
npm install @paprika/progress-bar
Props
ProgressBar
Prop | Type | required | default | Description |
---|---|---|---|---|
a11yText | string | false | null | Descriptive a11y text for assistive technologies. |
bodyText | string | false | null | Description for the ProgressBar |
completed | number | false | 0 | Specifies how much progress has been completed from 0-100 |
header | node | false | null | Text for the heading displayed above ProgressBar |
headerLevel | 1, 2, 3, 4, 5, 6 | false | 3 | Semantic heading level of header |
isCompact | bool | false | false | If ProgressBar is displayed in a compact style |
Usage
import ProgressBar from "@paprika/progress-bar";
<ProgressBar
header="Preparing your file..."
bodyText="Control attributes are getting updated. This might take more than 15secs."
completed={30}
/>;
Links
1.1.12-next.0
2 years ago
1.1.12
2 years ago
1.1.13-next.0
2 years ago
1.1.13
2 years ago
1.1.11-next.0
3 years ago
1.1.11
3 years ago
1.1.10
3 years ago
1.1.10-next.0
3 years ago
1.1.9
3 years ago
1.1.9-next.1
3 years ago
1.1.9-next.0
3 years ago
1.1.8
4 years ago
1.1.8-next.0
4 years ago
1.1.7
4 years ago
1.1.7-next.0
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.6-next.0
4 years ago
1.1.5-next.0
4 years ago
1.1.4
4 years ago
1.1.4-next.0
4 years ago
1.1.3
4 years ago
1.1.3-next.0
4 years ago
1.1.2
4 years ago
1.1.2-next.0
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.1.0-next.1
4 years ago
1.1.0-next.0
4 years ago
1.1.1-next.0
4 years ago
1.0.6-alpha.0
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.5-alpha.0
4 years ago
1.0.4
4 years ago
1.0.3
5 years ago
1.0.3-alpha.0
5 years ago
1.0.2
5 years ago
1.0.2-alpha.0
5 years ago
1.0.1
5 years ago
1.0.1-alpha.0
5 years ago
1.0.0
5 years ago
0.1.5
5 years ago
0.1.5-alpha.4
5 years ago
0.1.5-alpha.3
5 years ago
0.1.5-alpha.2
5 years ago
0.1.5-alpha.1
5 years ago
0.1.5-alpha.0
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago