Link
Use a link
when you need to display a link address as a simple text format.
- Usage
- Props
Required properties
href: "Fixed URL" | "{{ variable.url }}"
Optional properties
url: "Fixed URL" | "{{ variable.url }}"
text: "Fixed text" | "{{ variable.text }}" // display text instead of URL
props: {
color: "primary" | "secondary" | "tertiary"
size: "small" | "medium" | "large"
}