Button
Button Control is a standard UI (User Interface) element used to trigger actions or events when clicked by the user.
Properties
Custom
Button Style
Defines the visual and functional styling of a button, including its type, icon alignment, and icon class.
Control Alignment
Specifies control alignment as Top, center or Bottom.
| Group | Type | Description |
|---|---|---|
| Button Type | String | Type of the button, indicating the importance of the functionality. Options: Primary, Danger, Warning, Info |
| Icon Alignment | String | Whether an icon is required. If yes, specify its position: Top, Bottom, Left, Right |
| Icon CSS | String | Font Awesome icon library code. Example: far fa-home |
For more information on properties in this section, see the General.
Events
Applicable event is Onclick
