import React from 'react'; import { Container, Row, Alert, Col, Button, Media, } from './../../../components'; import { HeaderMain } from "../../components/HeaderMain"; import { HeaderDemo } from "../../components/HeaderDemo"; const Alerts = () => ( { /* START Header 1 */} { /* END Header 1 */} { /* START Section 1 */} { /* START Col6 1 */} { /* START Example */}
Alert: Primary #1.01
Morning!
Were glad to see you again and wish you a nice day.
{ /* END Example */} { /* START Example */}
Alert: Danger #1.02
Oh Snap!
Change a few things up and try submitting again.
{ /* END Example */} { /* START Example */}
Alert: Info #1.03
Heads Up!
This alert needs your attention, but its not super important.
{ /* END Example */} { /* END Col6 1 */} { /* START Col6 2 */} { /* START Example */}
Alert: Warning #1.04
Warning!
Better check yourself, youre not looking too good.
{ /* END Example */} { /* START Example */}
Alert: Success #1.05
Well Done!
You successfully read this important alert message.
{ /* END Example */} { /* START Example */}
Alert: Dark #1.06
Attention
This alert needs your attention, but its not important.
{ /* END Example */} { /* END Col6 2 */}
{ /* END Section 1 */} { /* START Header 2 */} { /* END Header 2 */} { /* START Section 2 */} { /* START Col6 1 */} { /* START Example */}
Dismissing: Primary #2.01
Morning!
Were glad to see you again and wish you a nice day.
{ /* END Example */} { /* START Example */}
Dismissing: Danger #2.02
Oh Snap!
Change a few things up and try submitting again.
{ /* END Example */} { /* START Example */}
Dismissing: Info #2.03
Heads Up!
This alert needs your attention, but its not super important.
{ /* END Example */} { /* END Col6 1 */} { /* START Col6 2 */} { /* START Example */}
Dismissing: Warning #2.04
Warning!
Better check yourself, youre not looking too good.
{ /* END Example */} { /* START Example */}
Dismissing: Success #2.05
Well Done!
You successfully read this important alert message.
{ /* END Example */} { /* START Example */}
Dismissing: Dark #2.06
Attention
This alert needs your attention, but its not important.
{ /* END Example */} { /* END Col6 2 */}
{ /* END Section 2 */} { /* START Header 3 */} { /* END Header 3 */} { /* START Section 3 */} { /* START Col6 1 */} { /* START Example */}
Icon Small: Primary #3.01
Welcome! We're glad to see you again and wish you a nice day.
{ /* END Example */} { /* START Example */}
Icon Small: Danger #3.02
Danger! Change a few things up and try submitting again.
{ /* END Example */} { /* START Example */}
Icon Small: Info #3.03
Information! This alert needs your attention, but it's not important.
{ /* END Example */} { /* END Col6 1 */} { /* START Col6 2 */} { /* START Example */}
Icon Small: Warning #3.04
Warning! Better check yourself, you're not looking too good.
{ /* END Example */} { /* START Example */}
Icon Small: Success #3.05
Success! You successfully read this important alert message.
{ /* END Example */} { /* START Example */}
Icon Small: Dark #3.06
Attention! This alert needs your attention, but it's not important.
{ /* END Example */} { /* END Col6 2 */}
{ /* END Section 3 */} { /* START Header 4 */} { /* END Header 4 */} { /* START Section 4 */} { /* START Col6 1 */} { /* START Example */}
Dismissing: Primary #2.01
Welcome!
We're glad to see you again and wish you a nice day.
{ /* END Example */} { /* START Example */}
Icon Big: Danger #2.02
Danger!
Change a few things up and try submitting.
{ /* END Example */} { /* START Example */}
Icon Big: Info #2.03
Information!
This alert needs your attention, but it's not important.
{ /* END Example */} { /* END Col6 1 */} { /* START Col6 2 */} { /* START Example */}
Icon Big: Warning #2.04
Warning!
Better check yourself, you're not looking too good.
{ /* END Example */} { /* START Example */}
Icon Big: Success #2.05
Success!
You successfully read this important alert message.
{ /* END Example */} { /* START Example */}
Icon Big: Dark #2.06
Attention!
This alert needs your attention, but it's not important.
{ /* END Example */} { /* END Col6 2 */}
{ /* END Section 4 */} { /* START Header 5 */} { /* END Header 5 */} { /* START Section 4 */} { /* START Col6 1 */} { /* START Example */}
Dismissing: Primary #5.01
Welcome!
We're glad to see you again and wish you a nice day.
{' '} {' '}
{ /* END Example */} { /* START Example */}
Icon Big: Danger #5.02
Danger!
Change a few things up and try submitting.
{' '} {' '}
{ /* END Example */} { /* START Example */}
Icon Big: Info #5.03
Information!
This alert needs your attention, but it's not important.
{' '} {' '}
{ /* END Example */} { /* END Col6 1 */} { /* START Col6 2 */} { /* START Example */}
Icon Big: Warning #5.04
Warning!
Better check yourself, you're not looking too good.
{' '} {' '}
{ /* END Example */} { /* START Example */}
Icon Big: Success #5.05
Success!
You successfully read this important alert message.
{' '} {' '}
{ /* END Example */} { /* START Example */}
Icon Big: Dark #5.06
Attention!
This alert needs your attention, but it's not important.
{' '} {' '}
{ /* END Example */} { /* END Col6 2 */}
{ /* END Section 4 */}
); export default Alerts;