Skip to main content

Function: DrawerFooter()

@arolariu/components


@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 render prop for element composition

Example

<DrawerFooter>Content</DrawerFooter>

See

Base UI Documentation

// was this page useful?