This renders a button
Read Foundation's button docs for more details.
{
"text": "Alert Button",
"class": "alert"
}
{
"text": "Attributes!",
"role": "button",
"arialabel": "somelabel",
"tabindex": 10,
"onclick": "BuyBuyBuy"
}
{
"text": "Default Button"
}
{
"text": "Disabled Button",
"class": "disabled",
"disabled": "true"
}
{
"text": "Expand Button",
"class": "expand"
}
{
"text": "Anchor Button",
"href": "#"
}
{
"text": "Info Button",
"class": "info"
}
{
"text": "Large Button",
"class": "large"
}
{
"text": "Radius Button",
"class": "radius"
}
{
"text": "Round Button",
"class": "round"
}
{
"text": "Secondary Button",
"class": "secondary"
}
{
"text": "Small Button",
"class": "small"
}
{
"text": "Success Button",
"class": "success"
}
{
"text": "Tiny Button",
"class": "tiny"
}