There are various actions / frontend component doing something with buttons. In general, buttons have values and labels, sometimes they have links. Should make a data type of this, which also facilitate styling of buttons. This could also become its own model with translated fields eventually.
Button {
label: 'Click me!'
link?: 'url-you-will-be-taken-to'
color?: primary
}
There are various actions / frontend component doing something with buttons. In general, buttons have values and labels, sometimes they have links. Should make a data type of this, which also facilitate styling of buttons. This could also become its own model with translated fields eventually.
Button {
label: 'Click me!'
link?: 'url-you-will-be-taken-to'
color?: primary
}