Skip to main content

Variable: DrawerContent

@arolariu/components


@arolariu/components / DrawerContent

Variable: DrawerContent

const DrawerContent: ForwardRefExoticComponent<Omit<DrawerContentProps, "ref"> & RefAttributes<HTMLDivElement>>

Defined in: components/ui/drawer.tsx:222

Renders the drawer content.

Remarks

  • Renders a <div> element by default
  • Built on Base UI Drawer
  • Supports the render prop for element composition

Example

<DrawerContent>Content</DrawerContent>

See

Base UI Documentation

// was this page useful?