Button
Buttons are used in Form
components to submit a form, or to link to a URL.
- Usage
- Props
Required properties
buttonLink: "{{ variable }}" | "string",
text: "Fixed text" | "{{ variable.text }}",
Optional properties
props: {
rounded?: boolean,
compressed?: boolean, // thinner button (vertically)
fullWidth?: boolean,
buttonType?: "standard" (default) | "brand" (outlined standard btn)
}