Overlayssrc/components/ui/sheet.tsx
Sheet
A side panel dialog that slides from an edge.
Preview
Installation
Copy the component source into your project with `degit`. This port is intentionally not distributed as an npm package.
bunx degit https://github.com/LiasCode/shadcn-preact/src/components/ui#main ./src/components/uiUsage
import { Sheet } from "@/components/ui/sheet"
export function Example() {
return <Sheet>Sheet</Sheet>
}API Reference
ExportPurpose
SheetComposable part exported by `@/components/ui/sheet`.