Replies: 1 comment
|
An AppShell pattern for shadcn/ui would fill a real gap — right now you have to compose the sidebar + header + content area yourself from Primitives, which is repetitive across projects. What a good AppShell needs:
The design tension: A possible approach:
Each is individually copy-pasted and composable, but there's a reference example showing how they fit together. What already exists: The biggest value-add would be solving the sidebar collapse + mobile breakpoint handling, which has surprising complexity. |
Uh oh!
There was an error while loading. Please reload this page.
The Mantine lib has a great component called AppShell link: a sidebar, header, footer, ...etc, I think adding a similar component will be a great addition. since most apps need such a component.
All reactions