Alerts are handy elements you can drop into a form or inline on a page to communicate success, warnings, failure or just information. They'll conform to 100% of the container width you put them in.
Read Foundation's alert docs for more details.
{
"text": "This is an alert - alert that is rounded.",
"class": "alert round"
}
{
"text": "This is an info alert with a radius.",
"class": "info radius"
}
{
"text": "This is a secondary alert.",
"class": "secondary"
}
{
"text": "This is a standard alert."
}
{
"text": "This is a success alert with a radius.",
"class": "success radius"
}
{
"text": "This is a warning alert that is rounded.",
"class": "warning round"
}