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

Default label styling. To use, add .label-default to the base .label class.

Primary
Badge: Secondary #1.02

Default label styling. To use, add .label-secondary to the base .label class.

Secondary
Badge: Success #1.03

Default label styling. To use, add .label-success to the base .label class.

Success
Badge: Danger #1.04

Default label styling. To use, add .label-danger to the base .label class.

Danger
Badge: Warning #1.05

Default label styling. To use, add .label-warning to the base .label class.

Warning
Badge: Info #1.06

Default label styling. To use, add .label-info to the base .label class.

Info
Badge: Light #1.07

Default label styling. To use, add .label-light to the base .label class.

Light
Badge: Dark #1.08

Default label styling. To use, add .label-dark to the base .label class.

Dark
{ /* END Section 1 */} { /* START Header 2 */} Basic button layout options. )} /> { /* END Header 2 */} { /* START Section 2 */} Badge: Pill #2.01

Default label styling. To use, add .label-default to the base .label class.

Badge Pill
Badge: Without Rounded #2.02

Default label styling. To use, add .label-secondary to the base .label class.

Without Rounds
Badge: Dropdown #2.03

Default label styling. To use, add .label-success to the base .label class.

Badge Dropdown
Badge: Only Icon #2.04

Default label styling. To use, add .label-danger to the base .label class.

Badge: Only Icon Link #2.05

Default label styling. To use, add .label-warning to the base .label class.

Badge: Only Icon Rounded #2.06

Default label styling. To use, add .label-info to the base .label class.

Badge: Only Icon Rounded Link #2.07

Default label styling. To use, add .label-light to the base .label class.

{ /* END Section 2 */} { /* START Header 3 */} Basic button layout options. )} /> { /* END Header 3 */} { /* START Section 3 */} Badge Border: Primary #3.01

Default label styling. To use, add .label-default to the base .label class.

Primary
Badge Border: Secondary #3.02

Default label styling. To use, add .label-secondary to the base .label class.

Secondary
Badge Border: Success #3.03

Default label styling. To use, add .label-success to the base .label class.

Success
Badge Border: Danger #3.04

Default label styling. To use, add .label-danger to the base .label class.

Danger
Badge Border: Warning #3.05

Default label styling. To use, add .label-warning to the base .label class.

Warning
Badge Border: Info #3.06

Default label styling. To use, add .label-info to the base .label class.

Info
Badge Border: Light #3.07

Default label styling. To use, add .label-light to the base .label class.

Light
Badge Border: Dark #3.08

Default label styling. To use, add .label-dark to the base .label class.

Dark
{ /* END Section 3 */} { /* START Header 2 */} Basic button layout options. )} /> { /* END Header 2 */} { /* START Section 2 */} Badge Border: Pill #4.01

Default label styling. To use, add .label-default to the base .label class.

Badge Pill
Badge Border: Without Rounded #4.02

Default label styling. To use, add .label-secondary to the base .label class.

Without Rounds
Badge Border: Dropdown #4.03

Default label styling. To use, add .label-success to the base .label class.

Badge Dropdown
Badge Border: Only Icon #4.04

Default label styling. To use, add .label-danger to the base .label class.

Badge Border: Only Icon Link #4.05

Default label styling. To use, add .label-warning to the base .label class.

Badge Border: Only Icon Rounded #4.06

Default label styling. To use, add .label-info to the base .label class.

Badge Border: Only Icon Rounded Link #4.07

Default label styling. To use, add .label-light to the base .label class.

{ /* END Section 2 */} ); export default BadgesLabels;