The example below demonstrates a notifications stack.
3 Notifications
You have 3 unread messages. Tap here to see.
2 Notifications
You have 2 unread messages. Tap here to see.
Notification 1
You have an unread message. Tap here to see.
<divclass="stack stack-animated">
<divclass="card bg-primary text-primary-content shadow-none">
<divclass="card-body">
<h5class="card-title text-primary-content">3 Notifications</h5>
<p>You have 3 unread messages. Tap here to see.</p>
</div>
</div>
<divclass="card bg-info text-info-content shadow-none">
<divclass="card-body">
<h5class="card-title text-info-content">2 Notifications</h5>
<p>You have 2 unread messages. Tap here to see.</p>
</div>
</div>
<divclass="card bg-secondary text-secbg-secondary-content shadow-none">
<divclass="card-body">
<h5class="card-title text-secbg-secondary-content">Notification 1</h5>
<p>You have an unread message. Tap here to see.</p>
</div>
</div>
</div>