Notifications
Mark all as read
Order Completed
Your order #1234 has been completed successfully
5 minutes ago
New Message
You have a new message from John Doe
10 minutes ago
Storage Warning
Your storage is almost full (90% used)
1 hour ago
New User Registered
Sarah Wilson just joined your team
2 hours ago
Payment Failed
Payment for invoice #5678 failed
Yesterday

Input Group

Addon before/after, with buttons, dan sizing
Basic
@
https:// .id
HTML
<div class="input-group"><span class="input-group-text">@</span><input class="form-control"></div>
With buttons
HTML
<div class="input-group"><button class="btn btn-light">...</button><input class="form-control"></div>
Sizes
SM
LG
HTML
<div class="input-group input-group-sm">...</div> <div class="input-group input-group-lg">...</div>