Skip to main content

SheetPortal

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

Portal component for rendering content outside the current DOM hierarchy

Based on Sheet.Portal