Variable: DrawerPortal
@arolariu/components / DrawerPortal
Variable: DrawerPortal
constDrawerPortal: typeofBaseDrawer.Portal&object=BaseDrawer.Portal
Defined in: components/ui/drawer.tsx:159
Provides the drawer portal container.
Type Declaration
displayName?
optionaldisplayName?:string
Remarks
- Delegates structure and state to the underlying Base UI primitive
- Built on Base UI Drawer
- Preserves the underlying primitive API for advanced composition
Example
<DrawerPortal>Content</DrawerPortal>
See
// was this page useful?