Button
A block for displaying a common button.
yaml
type: "io.kestra.plugin.ee.apps.core.blocks.Button"
Properties
url *RequiredNon-dynamicstring
The link to add to the button.
size Non-dynamicstring
Possible Values
DEFAULT
LARGE
SMALL
The size of the button.
style Non-dynamicstring
Possible Values
DEFAULT
SUCCESS
INFO
WARNING
DANGER
The style of the button.
text Non-dynamicstring
Default
Submit
The text of the button.