shadow
Chips represent complex entities in small blocks, such as a contact. A chip can contain several different elements such as avatars, text, and icons.
| Description | The color to use from your application's color palette. Default options are: "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", and "dark". For more information on colors, see theming. |
| Attribute | color |
| Type | "danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string | undefined |
| Default | undefined |
| Description | If true, the user cannot interact with the chip. |
| Attribute | disabled |
| Type | boolean |
| Default | false |
| Description | Set to "bold" for a chip with vibrant, bold colors or to "subtle" for a chip with muted, subtle colors.
Only applies to the ionic theme. |
| Attribute | hue |
| Type | "bold" | "subtle" | undefined |
| Default | 'subtle' |
| Description | The mode determines the platform behaviors of the component.
This is a virtual property that is set once during initialization and will not update if you change its value after the initial render. |
| Attribute | mode |
| Type | "ios" | "md" |
| Default | undefined |
| Description | Display an outline style button. |
| Attribute | outline |
| Type | boolean |
| Default | false |
| Description | Set to "soft" for a chip with slightly rounded corners, "round" for a chip with fully rounded corners, or "rectangular" for a chip without rounded corners. Defaults to "round" for the "ionic" theme and "soft" for all other themes. |
| Attribute | shape |
| Type | "rectangular" | "round" | "soft" | undefined |
| Default | undefined |
| Description | Set to "small" for a chip with less height and padding.
Defaults to "large" for the ionic theme, and undefined for all other themes. |
| Attribute | size |
| Type | "large" | "small" | undefined |
| Default | undefined |
| Description | The theme determines the visual appearance of the component.
This is a virtual property that is set once during initialization and will not update if you change its value after the initial render. |
| Attribute | theme |
| Type | "ios" | "md" | "ionic" |
| Default | undefined |
No events available for this component.
No public methods available for this component.
No CSS shadow parts available for this component.
| Name | Description |
|---|
--background | Background of the chip |
--border-radius | Border radius of the chip |
--color | Color of the chip |
| Name | Description |
|---|
--background | Background of the chip |
--border-radius | Border radius of the chip |
--color | Color of the chip |
No slots available for this component.