Skip to main content

Variable: SheetPortal

@arolariu/components


@arolariu/components / SheetPortal

Variable: SheetPortal

const SheetPortal: ForwardRefExoticComponent<Omit<DialogPortalProps, "ref"> & RefAttributes<HTMLDivElement>> = BaseDialog.Portal

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

Provides the sheet portal container.

Remarks

  • Delegates structure and state to the underlying Base UI primitive
  • Built on Base UI Dialog
  • Preserves the underlying primitive API for advanced composition

Example

<SheetPortal>Content</SheetPortal>

See

Base UI Documentation

// was this page useful?