Inputs & Forms
Chip
client26 kB
@stellaria/nebula-webChipPropsPreview
Props
13| Prop | Type | Default |
|---|---|---|
checked | boolean | — |
children | ReactNode | — |
className | string | — |
color | ColorExtended | — |
defaultChecked | boolean | false |
disabled | boolean | — |
icon | ReactNode | — |
onChange | ((checked: boolean) => void) | — |
radius | "sm" | "md" | "full" | "full" |
rootClassName | string | — |
size | Size | — |
value | string | — |
variant | ChipVariant | — |
Slot props
1Each one spreads over an inner element, so you can restyle a region without forking the component.
| Prop | Type | Default |
|---|---|---|
iconProps Wrapper for the icon. It lands both on the icon itself and on the check mark. | BoxSlotProps | — |
Also accepts
On top of its own props, this component forwards these groups.
HTML attributes · 299Style props · 127