Skip to content
Chip
Disabled chip
Readonly chip
Chip ⚠️ Experimental
The Chip component can be used imported from:
Playground
Parameters
Events
This component has events. Check the documentation about how to use the events.
Name | Payload | Description |
---|---|---|
onClick | MouseEvent | Fires when the chip is clicked. |
Slots
This component has slots. Check the documentation about how to use the slots.
Name | Tags | Description |
---|---|---|
default | span | Content of the chip. |
Parameters use
Check the documentation about how to use the parameters.
content
The text or content inside the chip. It uses the default
slot too.
Flags
disabled
The attribute disabled
will block the interaction with the component
readonly
The attribute readonly
will make the component to behave as a readonly component.
Browser support
Detected engine:
Chromium
Webkit
Gecko
CodeSandbox example
Sorry, not available yet ☹️