components
Tailwind CSS Alert
Alerts are designed to notify users about important events, updates, or changes that require their attention.
The standard format of solid-colored avatars, accompanied by the component class alert
and modifier classalert-{semantic-color}
.
The standard format of soft-colored avatars, accompanied by the component class alert
, alert-soft
and modifier class alert-{semantic-color}
.
The standard format of outline-colored avatars, accompanied by the component class alert
, alert-outline
and modifier class alert-{semantic-color}
.
Add a descriptive icon to complement the message within the alert component, as illustrated in the example below.
Warning alert: Stay informed about the latest updates and upcoming events.
Success alert: Explore our recent achievements and upcoming events.
Warning alert: Take note of important updates and upcoming events.
Success alert: Celebrate our successes and stay informed about upcoming events.
Warning alert: Pay attention to warnings and stay updated about upcoming events.
Success alert: Be aware of important notices and upcoming events.
Alerts may include supplementary HTML elements such as headers, paragraphs, and icons.
Server maintenance in progress
Our servers are currently undergoing maintenance. We apologize for any inconvenience caused and appreciate your patience.
Similarly you can use lists.
Please ensure that your password meets the following requirements:
- Contains a minimum of 10 characters and a maximum of 100 characters.
- Includes at least one lowercase character.
- Incorporates at least one special character such as !, @, #, or ?.
The action alert delivers vital information to users and encourages them to take defined actions. It commonly comprises a message, a link for additional details, and interactive buttons for user engagement.
Utilize the data-remove-element
attribute to specify the connected ID for alert removal. Customize the removal animation by incorporating the removing:
modifier, as illustrated below.