Button
A simple clickable button element.

Button element general settings

Button element style settings

Button element text settings
Spacing between the contents of the button and its border in pixels. Horizontal and vertical values only.
Format: padding
Default: horizontal
16px
and vertical 8px
Shadow of the button's box.
Format: shadow
Default:
0
for vertical and horizontal offset, blur and spread properties. rgba(0, 0, 0, 0.15)
for shadow colorBorder of the button's box.
Format: border
Default (for all sides):
0px
for border width, rgba(0, 0, 0, 0.25)
for border color, solid
for border style and 4px
for border radiusThe following are the events triggered by this component:
When this component is clicked, a
click
event is triggered and actions with this trigger will be initiated. No additional information is loaded on the context.Last modified 1yr ago