The standard format of solid-colored avatars, accompanied by the component class alert and modifier class alert-{semantic-color}.
A quick alert conveying key information or prompting action within a system.
Welcome to our platform! Explore our latest features and updates.
Stay tuned for our upcoming events and announcements.
Your transaction was successful. Thank you for choosing our service!
Attention! Your account security may be at risk. Enable two-factor authentication now.
Oops! It seems there was an unexpected error. Please try again later.
<divclass="alert"role="alert">
A quick alert conveying key information or prompting action within a system.
</div>
<divclass="alert alert-primary"role="alert">Welcome to our platform! Explore our latest features and updates.</div>
<divclass="alert alert-info"role="alert">Stay tuned for our upcoming events and announcements.</div>
<divclass="alert alert-success"role="alert">Your transaction was successful. Thank you for choosing our service!</div>
<divclass="alert alert-warning"role="alert">
Attention! Your account security may be at risk. Enable two-factor authentication now.
</div>
<divclass="alert alert-error"role="alert">Oops! It seems there was an unexpected error. Please try again later.</div>
The standard format of soft-colored avatars, accompanied by the component class alert , alert-soft and modifier class alert-{semantic-color}.
A quick alert conveying key information or prompting action within a system.
Welcome to our platform! Explore our latest features and updates.
Stay tuned for our upcoming events and announcements.
Your transaction was successful. Thank you for choosing our service!
Attention! Your account security may be at risk. Enable two-factor authentication now.
Oops! It seems there was an unexpected error. Please try again later.
<divclass="alert alert-soft"role="alert">
A quick alert conveying key information or prompting action within a system.
</div>
<divclass="alert alert-soft alert-primary"role="alert">
Welcome to our platform! Explore our latest features and updates.
</div>
<divclass="alert alert-soft alert-info"role="alert">Stay tuned for our upcoming events and announcements.</div>
<divclass="alert alert-soft alert-success"role="alert">
Your transaction was successful. Thank you for choosing our service!
</div>
<divclass="alert alert-soft alert-warning"role="alert">
Attention! Your account security may be at risk. Enable two-factor authentication now.
</div>
<divclass="alert alert-soft alert-error"role="alert">
Oops! It seems there was an unexpected error. Please try again later.
</div>
The standard format of outline-colored avatars, accompanied by the component class alert , alert-outline and modifier class alert-{semantic-color}.
A quick alert conveying key information or prompting action within a system.
Welcome to our platform! Explore our latest features and updates.
Stay tuned for our upcoming events and announcements.
Your transaction was successful. Thank you for choosing our service!
Attention! Your account security may be at risk. Enable two-factor authentication now.
Oops! It seems there was an unexpected error. Please try again later.
<divclass="alert alert-outline"role="alert">
A quick alert conveying key information or prompting action within a system.
</div>
<divclass="alert alert-outline alert-primary"role="alert">
Welcome to our platform! Explore our latest features and updates.
</div>
<divclass="alert alert-outline alert-info"role="alert">Stay tuned for our upcoming events and announcements.</div>
<divclass="alert alert-outline alert-success"role="alert">
Your transaction was successful. Thank you for choosing our service!
</div>
<divclass="alert alert-outline alert-warning"role="alert">
Attention! Your account security may be at risk. Enable two-factor authentication now.
</div>
<divclass="alert alert-outline alert-error"role="alert">
Oops! It seems there was an unexpected error. Please try again later.
</div>
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.
<divclass="alert alert-soft alert-primary flex items-start gap-4">
<spanclass="icon-[tabler--check] size-6"></span>
<divclass="flex flex-col gap-1">
<h5class="text-lg font-semibold">Server maintenance in progress</h5>
<p>Our servers are currently undergoing maintenance. We apologize for any inconvenience caused and appreciate your patience.
</p>
</div>
</div>
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 ?.
<divclass="alert alert-soft alert-primary flex items-start gap-4">
<spanclass="icon-[tabler--info-circle] size-6"></span>
<divclass="flex flex-col gap-1">
<h5class="text-lg font-semibold">Please ensure that your password meets the following requirements:</h5>
<ulclass="mt-1.5 list-inside list-disc">
<li>Contains a minimum of 10 characters and a maximum of 100 characters.</li>
<li>Includes at least one lowercase character.</li>
<li>Incorporates at least one special character such as !, @, #, or ?.</li>
</ul>
</div>
</div>
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.
Please read the policy. These can be configured in Settings.
<divclass="alert alert-soft alert-primary"role="alert">
Please read the <ahref="#"class="link link-primary font-semibold">policy</a>. These can be configured in Settings.
<divclass="mt-4 flex gap-2">
<buttontype="button"class="btn btn-primary btn-sm">Ok</button>
<buttontype="button"class="btn btn-outline btn-secondary btn-sm">Cancel</button>
</div>
</div>
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.