Public demo
UI kit · Overlays
Modal dialog, tooltip, popover, action menu, and sheet edge affordance—layered UI that stays on top of busy canvases.
Floating surfaces for confirmations, contextual help, and command shortcuts.
UI showcase
Static composition for reference—swap in generated output when your pipeline is connected. Everything below is local markup only.
Static composition—replace with focus-trapped modals and portaled menus in implementation.
Why this demo works
- Shows z-index, elevation, and affordance hierarchy in one frame.
Suggested use cases
- Destructive confirmations
- Context menus on tables and cards
What's included
- Centered dialog with dual actions
- Tooltip and popover samples
- Vertical menu with destructive row
- Drawer / sheet edge visual cue
Editable in Frontuna
Headless libraries recommended; this demo is layout-only.
Use this page as a briefing artifact: copy structure, swap copy, and connect your components—no fake generated code required.
Build notes
- Use Radix Dialog or similar for focus management.
- Position popovers with floating-ui or CSS anchor when available.