Properties
Name | Attribute | Type | Description |
---|---|---|---|
label | label |
|
Text label. |
closable | closable |
|
Sets if the chip has a close button. |
disabled | disabled |
|
Indicator if the component is disabled. |
dir | dir |
|
Used to set the base direction of text for display |
lang | lang |
|
Used to identify the language of text content on the web |
Events
Name | Type | Description |
---|---|---|
remove |
|
Dispatched when the close icon is clicked. |
Slots
Name | Description |
---|---|
|
Used to define content that is displayed while async rendering is awaiting, or when renderLoading() is implicitly called |
|
Replaces the icon for the chip slot |
|
Replaces the icon for the closed slot |
Theme Variables
Name | Description |
---|---|
|
Theme primary color. |
|
Theme primary hover color. |
|
Theme primary active color. |
|
Theme accent color. |
|
Theme accent hover color. |
|
Theme accent active color. |
|
Theme background color. |
|
Theme background hover color. |
|
Theme background active color. |
|
Theme font color. |
|
Theme disabled border color. |
|
Theme disabled background color. |
|
Theme disabled background color. |
|
Theme error border color. |
|
Theme hint font color. |
|
Theme inactive color. |
|
Theme inactive color. |
|
Theme font family. |
|
Theme font size. |
|
Theme font weight. |
|
Theme border radius. |
|
Theme border width. |
|
Theme box shadow. |
Component Variables
Name | Description |
---|---|
|
Component height. |
|
Component maximum height. |
|
Component border. |
|
Component border radius. |
|
Component background color. |
|
Component padding. |
|
Component hover border. |
|
Component hover shadow. |
|
Component label left padding. |
|
Component label right padding. |
|
Component label color. |
|
Component label font family. |
|
Component label font size. |
|
Component label font weight. |
|
Component label line height. |
|
Component slotted icon width. |
|
Component close icon width. |
|
Component close icon color. |
|
Component disabled border color. |
|
Component disabled background color. |
|
Component icon left padding. |