2.14.0 • Published 11 months ago
@s-ui/react-atom-progress-bar v2.14.0
AtomProgressBar
A Progress bar is a visual representation of a specified wait time or the current status of a process.
Installation
$ npm install @s-ui/react-atom-progress-bar --save
Usage
After importing the component AtomProgressBar
like this
import AtomProgressBar from '@s-ui/react-atom-progress-bar'
Basic usage
<AtomProgressBar percentage={25} />
Indicator text at Bottom
<AtomProgressBar percentage={25} indicatorBottom />
Indicator style (75/100)
<AtomProgressBar percentage={25} indicatorTotal />
Line double bar
<AtomProgressBar
mainBarPercentage={25}
extraBarPercentage={50}
type="lineDoubleBar"
/>
Find full description and more examples in the demo page.
2.14.0
11 months ago
2.13.0
1 year ago
2.11.0
2 years ago
2.12.0
2 years ago
2.10.0
2 years ago
2.9.0
3 years ago
2.8.0
3 years ago
2.7.0
3 years ago
2.6.0
3 years ago
2.5.0
4 years ago
2.4.0
4 years ago
2.3.0
4 years ago
2.2.0
4 years ago
2.1.0
5 years ago
2.0.0
5 years ago
1.10.0
5 years ago
1.9.0
5 years ago
1.8.0
5 years ago
1.7.0
5 years ago
1.6.0
5 years ago
1.5.0
5 years ago
1.4.0
6 years ago
1.3.0
6 years ago
1.2.0
6 years ago
1.1.0
7 years ago