Assist Chip
Chips that are clickable, selectable and draggable.
Figma Link
- Web Components
- Flutter
Demo
zeta-web v1.4.0
Web Components
Storybook
https://design.zebra.com/web/storybook/?path=/docs/components-chips--docs
Slots
| Name | Description | Type |
|---|---|---|
| default | The content of the chip. | text |
Attributes
| Name | Description | Type | Default |
|---|---|---|---|
| icon | ZetaIconName | undefined | undefined |
Inherited Attributes
| Name | Description | Type | Default | Inherited From |
|---|---|---|---|---|
| disabled | Boolean for if component is disabled.This will apply disabled styles. | boolean | false | BaseChip |
| tabIndex | The tab index of the component, used to determine the order in which elements receive focus when the user navigates through the document by pressing the Tab key. | number | 0 | BaseChip |
| rounded | Whether the component is rounded or sharp.When true, rounded will set the border radius of the first child, and any children with class 'contourable-target' to --radius-minimal.Otherwise, this value will be --radius-none. | boolean | undefined | true | BaseChip |
Flutter component not available yet