OudsButton
An OUDS button which displays only text.
Parameters
Text displayed in the button.
Callback invoked when the button is clicked.
Modifier applied to the button.
Controls the enabled state of the button when style is equal to OudsButton.Style.Default. When false
, this button will not be clickable. Has no effect when style is equal to OudsButton.Style.Loading or OudsButton.Style.Skeleton.
The button style.
The button hierarchy.
An OUDS button which displays only an icon.
Parameters
Icon displayed in the button.
Callback invoked when the button is clicked.
Modifier applied to the button.
Controls the enabled state of the button when style is equal to OudsButton.Style.Default. When false
, this button will not be clickable. Has no effect when style is equal to OudsButton.Style.Loading or OudsButton.Style.Skeleton.
The button style.
The button hierarchy.
An OUDS button which displays an icon and text.
Parameters
Icon displayed in the button.
Text displayed in the button.
Callback invoked when the button is clicked.
Modifier applied to the button.
Controls the enabled state of the button when style is equal to OudsButton.Style.Default. When false
, this button will not be clickable. Has no effect when style is equal to OudsButton.Style.Loading or OudsButton.Style.Skeleton.
The button style.
The button hierarchy.