Skip to content

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.

children: ReactNode

Defined in: packages/ui/src/types.ts:220

Chip label content.


optional color: "primary" | "neutral" | "danger" | "success" | "warning"

Defined in: packages/ui/src/types.ts:222

Color theme.


optional size: "sm" | "md" | "lg"

Defined in: packages/ui/src/types.ts:226

Size of the chip.


optional variant: "solid" | "soft" | "outlined"

Defined in: packages/ui/src/types.ts:224

Visual style variant.