Determines whether the button is disabled.
Prompts to save the linked URL instead of navigating to it.
The URL the button points to.
The relationship of the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types
Determines the size of the component.
Where to display the linked URL, as the name for a browsing context.
The type of the button. Defaults to undefined.
Sets the variant of the button.
Static
Readonly
tag
Represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality.
Element
igc-button
Slot
Slot
prefix - Renders content before the label of the button.
Slot
suffix - Renders content after the label of the button.
Fires
igcFocus - Emitted when the button gains focus.
Fires
igcBlur - Emitted when the button loses focus.
Csspart
base - The native button element.
Csspart
prefix - The prefix container.
Csspart
suffix - The suffix container.