ChipSlotProps
ChipSlotProps =
object
Defined in: packages/ui/src/types.ts:218
Props for the chip/badge plugin slot.
Used for status indicators, role badges (RoleBadgeProps), and boolean field display (BooleanFieldProps).
UIPluginComponents for the slot registration point.
Properties
Section titled “Properties”children
Section titled “children”children:
ReactNode
Defined in: packages/ui/src/types.ts:220
Chip label content.
color?
Section titled “color?”
optionalcolor:"primary"|"neutral"|"danger"|"success"|"warning"
Defined in: packages/ui/src/types.ts:222
Color theme.
optionalsize:"sm"|"md"|"lg"
Defined in: packages/ui/src/types.ts:226
Size of the chip.
variant?
Section titled “variant?”
optionalvariant:"solid"|"soft"|"outlined"
Defined in: packages/ui/src/types.ts:224
Visual style variant.