ButtonState
<ui5-ai-button-state>
| Since 2.0.0info
The Button and ButtonState web components are available since 2.0 under an experimental flag and their API and behaviour are subject to change.
ui5-ai-button-state
is the item to use for defining states of ui5-ai-button
components.
Usage
ui5-ai-button-state
is an abstract element, representing a state of ui5-ai-button
. It is meant to be used in the default
slot
of ui5-ai-button
and should not be used as standalone component.
ES6 Module Import
import "@ui5/webcomponents/dist/AiButtonState.js";