examples/sheet-left.tsx
1import { Sheet, SheetContent, SheetTrigger } from "@/components/wensity/sheet";23export function LeftSheet() {4 return (5 <Sheet>6 <SheetTrigger>Menu</SheetTrigger>7 <SheetContent side="left" />8 </Sheet>9 );10}
Side panels for navigation, inspectors, banners, and mobile actions.
Practical examples and common states for the same installable component.
Navigation rails and file-tree panels.
Inspector and detail panels anchored to the right edge.
Announcements and compact top banners.
Mobile action sheets from the bottom edge.
Ignores overlay clicks — requires explicit dismiss.