Variable: AlertDescription
@arolariu/components / AlertDescription
Variable: AlertDescription
constAlertDescription:ForwardRefExoticComponent<AlertDescriptionProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/alert.tsx:141
A supporting content slot for additional alert details.
Remarks
Rendering Context: Server- and client-compatible presentational component.
Renders a styled <div> so the alert body can contain paragraphs, lists, links,
or other rich inline content beneath the title.
Example
<AlertDescription>API access will be restored after the billing issue is resolved.</AlertDescription>
See
// was this page useful?