This component renders an animated progress bar with custom text inside
<ProgressBar now={ 50 } status='inprogress'>
Loading... 50%
</ProgressBar>
import ProgressBar from 'fremdriftslinje'
Property | Type | Required | Description | Default |
---|---|---|---|---|
className | string | false | Additional classnames | - |
now | number | false | Progress number between 0 and 100 | 0 |