<Aside> Component

The <Aside /> component is used to render a highlighted box of content. It is intended for use in long form content areas.

Share
Code Editor
<Aside
type="info"
>
Hello world, I am an <strong>Aside</strong> component!
</Aside>

Props

NameDescription
children*
function
Children to render into the Alert block.
type
string
The type of message being displayed, which mainly affects coloration. Defaults to "info".
Options: "info", "success", "warning", "danger"
className
function
Optional className to add to the root element.

Where it's used

0.x.x
Loading 0.x.x releases...

Examples

Hello world, I am an Aside component!


Hello world, I am an Aside component!


Hello world, I am an Aside component!


Hello world, I am an Aside component!