ActionSheetActionButtonTagHelper

Example

Razor
<action-button>
</action-button>

Attributes

AttributeTypeDescription
clickStringSpecifies the click event handler of the action button.
disabledBooleanIf set to true, the action button will be disabled.
fill-modeStringControls how the color is applied to the button. Valid values are: "solid", "outline", "flat", "link", and "none". Default value is "solid".
iconStringSpecifies the icon's name of the action button.
icon-classStringSpecifies the icon's class of the action button.
roundedStringControls what border radius is applied to a button. Valid values are: "small", "medium", "large", "full", and "none". Default value is "medium".
sizeStringControls the overall physical size of a button. Valid values are: "small", "medium", "large", and "none". Default value is "medium".
textStringSpecifies the text of the action button.
theme-colorStringControls the main color applied to the button. Valid values are: "base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse", and "none". Default value is "base".
In this article
ExampleAttributes
Not finding the help you need?
Contact Support