Pages
Ui.Button
Simple button component with a label and icons before or after the label.
It works in two modes:
- as a button, the
onClick
event needs to be handled - as a link if the
href
property is not empty
Properties
Where to align the text in case the button is wide.
Wether or not to break the words.
Wether or not the button is disabled.
Wether or not make the text use ellipsis if it's overflows.
The href of the button.
The icon after the label.
The icon before the label.
The label of the button.
The click event handler.
The mouse down event handler.
The mouse up event handler.
The size of the button.
The type of the button.
Functions
Focuses the button.
Renders the button.