Skip to content
Essentials for YOOtheme Pro

Button Element

The Form Button Element displays a grid of <button> HTML elements with support for submit and reset types. Each type is wrapped into a child element with its specific features.

Button Element

SettingDescription
SizeThe field size defined by uk-form-{size} modifier.
Full WidthShould the field occupy the full width of its parent.
Column GapThe size of the gap between grid columns.
Row GapThe size of the gap between grid rows.

Button Reset Element

Child of Button Element, the Button Reset Element displays a <button type="reset"> HTML element, use it to display a button that will reset the form.

Button Reset Element

SettingDescriptionDynamic
ContentThe text for the button.
StyleThe button style as Default, Primary, Secondary, Danger, Text, Link, Link Muted, or Link Text.
IconThe name of the Icon that will be displayed inside the button.
Icon AlignmentThe side of the button where the icon will be positioned, Left or Right.

Button Submit Element

Child of Button Element, the Button Submit Element displays a <button type="submit"> HTML element, use it to display a button that will submit the form.

Button Submit Element

SettingDescriptionDynamic
ContentThe text for the button.
StyleThe button style as Default, Primary, Secondary, Danger, Text, Link, Link Muted, or Link Text.
IconThe name of the Icon that will be displayed inside the button.
Icon AlignmentThe side of the button where the icon will be positioned, Left or Right.