import React from 'react'; import { Container, Row, Col, Card, CardTitle, CardBody, Progress, } from './../../../components'; import { HeaderMain } from "../../components/HeaderMain"; import { HeaderDemo } from "../../components/HeaderDemo"; const ProgressBars = () => ( { /* START Header 1 */} Basic button layout options. )} /> { /* END Header 1 */} { /* START Section 1 */} { /* START Col4 1 */} Progress Bars: Primary #1.01

Default progress styling. Use <Progress value={'{'}2 * 5{'}'}/>

Progress Bars: Success #1.02

Color progress styling. Use <Progress color="success" value={'{'}50{'}'}/>

Progress Bars: Info #1.03

Color progress styling. Use <Progress color="info" value={'{'}60{'}'}/>

{ /* END Col4 1 */} { /* START Col4 2 */} Progress Bars: Warning #1.04

Color progress styling. Use <Progress color="warning" value={'{'}70{'}'}/>

Progress Bars: Danger #1.05

Color progress styling. Use <Progress color="danger" value={'{'}80{'}'}/>

Progress Bars: Dark #1.06

Color progress styling. Use <Progress color="dark" value={'{'}20{'}'}/>

{ /* END Col4 2 */} { /* START Col4 3 */} Progress Bars: Secondary #1.06

Color progress styling. Use <Progress color="secondary" value={'{'}30{'}'}/>

Progress Bars: Custom Color #1.06

Color progress styling. Use <Progress color="purple" value={'{'}40{'}'}/>

Progress Bars: Social Colors #1.06

Color progress styling. Use <Progress color="facebook" value={'{'}60{'}'}/>

{ /* END Col4 3 */}
{ /* END Section 1 */} { /* START Header 2 */} Basic button layout options. )} /> { /* END Header 2 */} { /* START Section 2 */} { /* START Col4 1 */} Progress Bars: Default #2.01

Default progress styling. Use <Progress value={'{'}3 * 5{'}'}/>

Progress Bars: 5px #2.02

Color progress styling. Use <Progress value={'{'}50{'}'} style={'{'}{'{'}height: "5px"{'}'}{'}'}/>

{ /* END Col4 1 */} { /* START Col4 2 */} Progress Bars: 3px #2.03

Color progress styling. Use <Progress value={'{'}60{'}'} style={'{'}{'{'}height: "3px"{'}'}{'}'}/>

Progress Bars: 1px #2.04

Color progress styling. Use <Progress value={'{'}30{'}'} style={'{'}{'{'}height: "1px"{'}'}{'}'}/>

{ /* END Col4 2 */} { /* START Col4 3 */} Progress Bars: 4px #2.05

Color progress styling. Use <Progress value={'{'}70{'}'} style={'{'}{'{'}height: "4px"{'}'}{'}'}/>

Progress Bars: 2px #2.06

Color progress styling. Use <Progress value={'{'}40{'}'} style={'{'}{'{'}height: "2px"{'}'}{'}'}/>

{ /* END Col4 3 */}
{ /* END Section 2 */} { /* START Header 3 */} Basic button layout options. )} /> { /* END Header 3 */} { /* START Section 3 */} { /* START Col4 1 */} Progress Bars: Label #3.01

Custom progress styling. Use <Progress value={'{'}25{'}'}>25%<Progress>

25%
Progress Bars: Label Icon #3.02

Custom progress styling. Use <Progress value={'{'}25{'}'}><i className="fa fa-twitter"></i><Progress>

Progress Bars: Multiple Bars #3.03

Custom progress styling. Use <Progress multi ><Progress bar value="15" /></Progress>

{ /* END Col4 1 */} { /* START Col4 2 */} Progress Bars: Striped #3.04

Custom progress styling. Use <Progress striped value={'{'}45{'}'} />

Progress Bars: Animated Striped #3.05

Custom progress styling. Use <Progress animated striped value={'{'}45{'}'} />

Progress Bars: Square Rounds #3.06

Custom progress styling. Use <Progress value={'{'}25{'}'} />

{ /* END Col4 2 */} { /* START Col4 3 */} Progress Bars: Full Rounds #3.07

Custom progress styling. Use <Progress value={'{'}15{'}'} />

{ /* END Col4 3 */}
{ /* END Section 3 */} { /* START Header 4 */} Below are often used UI cases in applications. )} /> { /* END Header 4 */} { /* START Section 4 */} { /* START Col4 1 */} Progress Bars: Details Below #4.01

A combined example that is often used in UI/UX.

25%

Your Computer:

6GB/12GB

{ /* END Col4 1 */} { /* START Col4 2 */} Progress Bars: Details Above #4.02

A combined example that is often used in UI/UX.

Your Disk:

4125GB

95%
{ /* END Col4 2 */} { /* START Col4 3 */} Progress Bars: Details Inline #4.03

A combined example that is often used in UI/UX.

HDD 55% 34GB
{ /* END Col4 3 */}
{ /* END Section 4 */} ); export default ProgressBars;