1.1.13 • Published 2 years ago

@paprika/progress-bar v1.1.13

Weekly downloads
19
License
MIT
Repository
github
Last release
2 years ago

@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

PropTyperequireddefaultDescription
a11yTextstringfalsenullDescriptive a11y text for assistive technologies.
bodyTextstringfalsenullDescription for the ProgressBar
completednumberfalse0Specifies how much progress has been completed from 0-100
headernodefalsenullText for the heading displayed above ProgressBar
headerLevel 1, 2, 3, 4, 5, 6false3Semantic heading level of header
isCompactboolfalsefalseIf 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