Drawer
OrganismSide panel sliding in from the screen edge. Left / right placement with focus management and Escape close.
Notifications
New comment on your post
2 min ago
Payment confirmed
1 hour ago
Weekly report ready
Yesterday
<%- include('modules/ui/Drawer', {
id: 'notif-drawer',
title: 'Notifications',
side: 'right',
children: '...'
}) %>
Navigation
<%- include('modules/ui/Drawer', {
id: 'nav-drawer',
title: 'Navigation',
side: 'left',
children: '...'
}) %>
Edit item
<%- include('modules/ui/Drawer', {
id: 'edit-drawer',
title: 'Edit item',
children: '...',
footer: '...'
}) %>
<%- include('./Overlays/Drawer/Drawer', locals) %>