Anchors can be rendered with the .s-btn to adopt a button-like visual style for a link.
| Type | +Class | +Default State | +Selected State | +Disabled State | +
|---|---|---|---|---|
| {{ class.title }} | +
+
+
+ .s-btn
+ {% if class.class != nil %}
+ .{{ class.class }}
+ {% endif %}
+ {% if class.class2 != nil %}
+ .{{ class.class2 }}
+ {% endif %}
+ {% if btn.class != nil %}
+ .{{ btn.class }}
+ {% endif %}
+ |
+ Ask question | +Ask question | +Ask question | +
Any button can have a loading state applied by adding the .is-loading state class.