Skip to content

AlertSlotProps

AlertSlotProps = object

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

Props for the alert plugin slot.

Renders inline feedback messages for success, error, and warning states. Used by FormStatusProps to display action result feedback.

UIPluginComponents for the slot registration point.

children: ReactNode

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

Alert message content.


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

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

Semantic color indicating the alert type.


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

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

Visual style variant.