Variable: DrawerClose
@arolariu/components / DrawerClose
Variable: DrawerClose
constDrawerClose: typeofBaseDrawer.Close&object=BaseDrawer.Close
Defined in: components/ui/drawer.tsx:175
Renders the drawer close.
Type Declaration
displayName?
optionaldisplayName?: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
// was this page useful?