Function: DrawerFooter()
@arolariu/components / DrawerFooter
Function: DrawerFooter()
DrawerFooter(
props):ReactElement
Defined in: components/ui/drawer.tsx:289
Renders the drawer footer.
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
<DrawerFooter>Content</DrawerFooter>
See
// was this page useful?