Alert
Use alerts to display a message in a styled container on the page.
This is a default alert
This is a informational alert
This is a positive alert
This is a warning alert
This is a negative alert
<Alert>
This is a default alert
</Alert>
<Alert status="info">
This is a informational alert
</Alert>
<Alert status="positive">
This is a positive alert
</Alert>
<Alert status="warning">
This is a warning alert
</Alert>
<Alert status="negative">
This is a negative alert
</Alert>
Options
Adds an info icon with description tooltip on hover
- Options:
- string