Variable: SheetPortal
@arolariu/components / SheetPortal
Variable: SheetPortal
constSheetPortal: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
// was this page useful?