Skip to main content

Function: Drawer()

@arolariu/components


@arolariu/components / Drawer

Function: Drawer()

Drawer(props): ReactElement

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

Coordinates drawer state and accessibility behavior.

Parameters

props

Readonly<Props>

Returns

ReactElement

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

<Drawer>Content</Drawer>

See

Base UI Documentation

// was this page useful?