progress-bar

v1.0.0arrow_drop_down
v1.0.0
STATUS
Passing
DOWNLOADS
918
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
3 KB
Validate that children, if any, are instances of `<ProgressBar>`.
1 contributor
Install progress-bar as a package?
Copied
npm i @bit/react-bootstrap.react-bootstrap.progress-bar
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
chevron_left
chevron_right

Validate that children, if any, are instances of <ProgressBar>.

Compare types in a way that works with libraries that patch and proxy components like react-hot-loader.

see https://github.com/gaearon/react-hot-loader#checking-element-types

Minimum value progress can begin from

Current value of progress

Maximum value progress can reach

Show label that represents visual percentage. EG. 60%

Hide’s the label visually.

Uses a gradient to create a striped effect.

Animate’s the stripes from right to left

Sets the background class of the progress bar.

Child elements (only allows elements of type )

Help and resources