Function: DrawerOverlay()
@arolariu/components / DrawerOverlay
Function: DrawerOverlay()
DrawerOverlay(
props):ReactElement
Defined in: components/ui/drawer.tsx:192
Renders the drawer overlay.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Renders a
<div>element by default - Built on Base UI Drawer
- Supports the
renderprop for element composition
Example
<DrawerOverlay>Content</DrawerOverlay>
See
// was this page useful?