Labels are useful inline styles that can be dropped into body copy to call out certain sections or to attach metadata. For example, you can attach a label that notes when something was updated.
Read Foundation's label docs for more details.
{
"text": "Info",
"class": "info"
}
{
"text": "Secondary Radius",
"class": "radius secondary"
}
{
"text": "Default",
"class": ""
}
{
"text": "Round Alert",
"class": "alert round"
}
{
"text": "Success",
"class": "success"
}
{
"text": "Warning",
"class": "warning"
}