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

Editor

Contoh editor sederhana tanpa dependensi (contenteditable)
Basic

Tulis sesuatu di sini...

HTML
<div contenteditable="true" class="border rounded p-2">...</div>
Toolbar
Select text and use buttons above.
HTML
<button data-cmd="bold"></button> <div id="edArea" contenteditable></div>