Nested navigation with Tailwind v4

The same nested modal architecture expressed with Tailwind v4 while preserving structural CSS and gesture handoff.

Local preview
Play in StackBlitz

Tailwind, same structure.

Open the library, then push the host-relative detail panel.

What stays true

  • Structural CSS stays imported
  • Nested View is host-relative
  • Utilities do not own gesture geometry

Try it deliberately

  • The existing Tailwind v4 project remains available through Play in StackBlitz.
  • Sheet.NestedPanel applies host-relative positioning inline, avoiding the layered utility cascade trap.