Progress bars
Downloading...
ReferenceError: React is not defined
Props
Property | Required | Type | Default | Description |
---|---|---|---|---|
barClassName | false | String | Class(es) to apply | |
value | false | Number | Percentage to display |
Imports
Import React components (including CSS):
import {ProgressBar} from 'pivotal-ui/react/progress-bar';
Import CSS only:
import 'pivotal-ui/css/progress-bar';