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.
Properties
Section titled “Properties”children
Section titled “children”children:
ReactNode
Defined in: packages/ui/src/types.ts:322
Alert message content.
color?
Section titled “color?”
optionalcolor:"success"|"danger"|"warning"|"neutral"
Defined in: packages/ui/src/types.ts:324
Semantic color indicating the alert type.
variant?
Section titled “variant?”
optionalvariant:"soft"|"solid"|"outlined"
Defined in: packages/ui/src/types.ts:326
Visual style variant.