Default progress styling. Use
<Progress value={'{'}2 * 5{'}'}/>
Color progress styling. Use
<Progress color="success" value={'{'}50{'}'}/>
Color progress styling. Use
<Progress color="info" value={'{'}60{'}'}/>
Color progress styling. Use
<Progress color="warning" value={'{'}70{'}'}/>
Color progress styling. Use
<Progress color="danger" value={'{'}80{'}'}/>
Color progress styling. Use
<Progress color="dark" value={'{'}20{'}'}/>
Color progress styling. Use
<Progress color="secondary" value={'{'}30{'}'}/>
Color progress styling. Use
<Progress color="purple" value={'{'}40{'}'}/>
Color progress styling. Use
<Progress color="facebook" value={'{'}60{'}'}/>
Default progress styling. Use
<Progress value={'{'}3 * 5{'}'}/>
Color progress styling. Use
<Progress value={'{'}50{'}'} style={'{'}{'{'}height: "5px"{'}'}{'}'}/>
Color progress styling. Use
<Progress value={'{'}60{'}'} style={'{'}{'{'}height: "3px"{'}'}{'}'}/>
Color progress styling. Use
<Progress value={'{'}30{'}'} style={'{'}{'{'}height: "1px"{'}'}{'}'}/>
Color progress styling. Use
<Progress value={'{'}70{'}'} style={'{'}{'{'}height: "4px"{'}'}{'}'}/>
Color progress styling. Use
<Progress value={'{'}40{'}'} style={'{'}{'{'}height: "2px"{'}'}{'}'}/>
Custom progress styling. Use
<Progress value={'{'}25{'}'}>25%<Progress>
Custom progress styling. Use
<Progress value={'{'}25{'}'}><i className="fa fa-twitter"></i><Progress>
Custom progress styling. Use
<Progress multi ><Progress bar value="15" /></Progress>
Custom progress styling. Use <Progress striped value={'{'}45{'}'} />
Custom progress styling. Use <Progress animated striped value={'{'}45{'}'} />
Custom progress styling. Use <Progress value={'{'}25{'}'} />
Custom progress styling. Use <Progress value={'{'}15{'}'} />
A combined example that is often used in UI/UX.
Your Computer:
6GB/12GB
A combined example that is often used in UI/UX.
Your Disk:
4125GB
A combined example that is often used in UI/UX.