Function: Drawer()
@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
// was this page useful?