Button props
Beside the Common properties, this element contains following:
Content
This property is used to set the text inside the button.
Url destination
This property is used to set the url destination of the button.
If this property is set, the button redirect user to the specified url in the same tab.
If this property is not set, the button will not redirect, but will still be clickable.
Disabled
This property is used to disable the button. When disabled, the button will not be clickable.
Last updated