Skip to main content

Variable: SheetContent

@arolariu/components


@arolariu/components / SheetContent

Variable: SheetContent

const SheetContent: ForwardRefExoticComponent<Omit<SheetContentProps, "ref"> & RefAttributes<HTMLDivElement>>

Defined in: components/ui/sheet.tsx:238

Renders the sheet content.

Remarks

  • Renders a <div> element by default
  • Built on Base UI Dialog
  • Supports the render prop for element composition

Example

<SheetContent>Content</SheetContent>

See

Base UI Documentation

// was this page useful?