v1.2.0
Minor Changes
-
#35
43fedb7Thanks @MikeNotThePope! - Expand the layout library with responsive navigation shells.- Add
NavShell— a top-navigation layout (sticky header with brand, inline nav, and actions) that collapses into a hamburger-triggered drawer on mobile. - Add
DashboardShell— a top + side-navigation layout (full-width header over a sidebar and main region), the classic admin shell, reusing theAppShellsidebar parts. - Make
AppShellresponsive: the sidebar now collapses into aSheetdrawer on mobile via the newAppShellSidebarTrigger, instead of disappearing belowmd. - Group full-page layouts under a dedicated Layouts docs section, add a docs page for the existing
Sidebarcomponent, and redirect the old/docs/patterns/*shell URLs to/docs/layouts/*.
- Add