Sheet

Extends the Dialog component to display content that complements the main content of the screen.
Import
import { Sheet } from '@kubed/components;'
Source
View source code
Docs
Edit this page
npm
@kubed/components

Basic Usage

Only extends SheetContent, for other APIs please refer to https://www.radix-ui.com/primitives/docs/components/dialog.

SheetContent Extended API

  • side: 'top' | 'right' | 'bottom' | 'left'
  • width: number | string