Skip to main content

Variable: DrawerPortal

@arolariu/components


@arolariu/components / DrawerPortal

Variable: DrawerPortal

const DrawerPortal: typeof BaseDrawer.Portal & object = BaseDrawer.Portal

Defined in: components/ui/drawer.tsx:159

Provides the drawer portal container.

Type Declaration

displayName?

optional displayName?: 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

Base UI Documentation

// was this page useful?