Skip to main content

Variable: DrawerClose

@arolariu/components


@arolariu/components / DrawerClose

Variable: DrawerClose

const DrawerClose: typeof BaseDrawer.Close & object = BaseDrawer.Close

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

Renders the drawer close.

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

<DrawerClose>Content</DrawerClose>

See

Base UI Documentation

// was this page useful?