Note
This is a default alert — check it out!
Installation
templui add alertExamples
Destructive
Error
Your session has expired. Please log in again.
API Reference
Required parameter
Hover for description
Alert
Main alert container component for displaying status messages.
| Name | Type | Default |
|---|---|---|
Unique identifier for the alert element. | | - |
Additional CSS classes to apply to the alert. | | - |
Additional HTML attributes to apply to the alert element. | | - |
Visual style variant. Options: 'default', 'destructive'. | | |
Title
Alert title component for the main heading.
| Name | Type | Default |
|---|---|---|
Unique identifier for the title element. | | - |
Additional CSS classes to apply to the title. | | - |
Additional HTML attributes to apply to the title element. | | - |
Description
Alert description component for detailed content.
| Name | Type | Default |
|---|---|---|
Unique identifier for the description element. | | - |
Additional CSS classes to apply to the description. | | - |
Additional HTML attributes to apply to the description element. | | - |