Components / Sheet

Sheet

You do not. Stock Sheet ships with the shadcn preset but has zero direct consumers in the product; this page exists to state that ruling.

import { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '@layers/ui/sheet'

No live demo

Deliberately undemoed: nothing in the product renders stock Sheet, and showing one here would advertise a component the system forbids; reach for WindowSheet or CanvasSheet instead.

House rules

  • Never use stock Sheet for a panel surface: inspectors are WindowSheet, canvas detail views are stacked CanvasSheets. That mapping is law.
  • It stays installed so the preset remains complete and diffable against upstream shadcn; zero consumers is the expected, correct state.
  • If a new surface seems to want Sheet, it is one of the two panels above; do not introduce a third panel idiom.

See also