Skip to main content

Variable: Sidebar

@arolariu/components


@arolariu/components / Sidebar

Variable: Sidebar

const Sidebar: ForwardRefExoticComponent<Omit<SidebarProps, "ref"> & RefAttributes<HTMLDivElement>>

Defined in: components/ui/sidebar.tsx:226

Renders the responsive sidebar panel for desktop and mobile layouts.

Remarks

  • Renders a <div> element on desktop and a dialog portal on mobile
  • Built on the shared sidebar context

Example

<Sidebar>
<SidebarContent />
</Sidebar>

See

ARIA Dialog Role

// was this page useful?