Buttons
Standalone buttons
{% button type="floating" href="/" %}A string with **formatted** text and a _local_ link{% /button %} {% button type="floating" href="http://google.com" %} A string with **formatted** text and an _external_ link {% /button %}
A string with formatted text and a local link
A string with formatted text and an external linkIcons
See full icon list here
{% button href="#" icon="WarningOutline" %}Icon Button{% /button %}
Button groups
{% buttonGroup %} {% button href="#" %}Three{% /button %} {% button href="#" %}buttons{% /button %} {% button href="#" %}in a row{% /button %} Non-button content will be ignored {% /buttonGroup %}