Docs
Alert
Alert
Displays a callout for user attention.
Heads up!
All components are published in a single library.
Usage
import shadcn.ui.components.Alert
import shadcn.ui.components.AlertDescription
import shadcn.ui.components.AlertTitle
Alert {
Terminal { className = ClassName("h-4 w-4") }
AlertTitle { +"Heads up!" }
AlertDescription { +"All components are published in a single library." }
}
Examples
Default
Heads up!
All components are published in a single library.
Destructive
Error
Your session has expired. Please log in again.