Block: Button

The Button block is used to create a button.

ButtonConfig

Name Type Required Description
kind "Button" Yes
hidden boolean No
disabled boolean No
routerLink string No
text string Yes
color "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "light" | "dark" No A constant that defines the theme colour to use for the button.
Possible options are primary, secondary, success, danger, warning, info, light, dark, and link. The default is primary.