Sheet

Navigation

A slide-in panel overlay (drawer) with four sides (left, right, top, bottom), backdrop blur, scroll lock, Escape-to-close, and spring transition.

Loading preview...
Customize
Side:
Title

Props

PropTypeDefaultDescription
openbooleanWhether the sheet is open.
onClose() => voidCallback to close the sheet.
side'left' | 'right' | 'top' | 'bottom''right'Which side the sheet slides in from.
titlestringundefinedTitle displayed in the sheet header.
childrenReact.ReactNodeundefinedContent rendered inside the sheet body.
classNamestring''Additional CSS classes for the sheet panel.