Standalone sandbox to confirm the drawer custom element actually works, independent of any site styling.
Direction = right, width = 420px. Click → slides in from the right.
If you can see this in a sliding panel on the right, the custom element is loaded and Tailwind utility classes (fixed, z-50, translate-x-full, transition-transform) are doing their job.
Click the dark backdrop to close.
Another instance proving multiple drawers can coexist.
Useful for filter / sort panels on mobile.
Same drawer, opened via window.appmint.ui.drawer('test-prog', 'open').
Closed by clicking the backdrop or this button:
running…