Skip to main content

Variable: SidebarGroupLabel

@arolariu/components


@arolariu/components / SidebarGroupLabel

Variable: SidebarGroupLabel

const SidebarGroupLabel: ForwardRefExoticComponent<Omit<SidebarGroupLabelProps, "ref"> & RefAttributes<HTMLDivElement>>

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

Renders the heading label for a sidebar group.

Remarks

  • Renders a <div> element by default
  • Supports asChild composition for custom markup

Example

<SidebarGroupLabel>Projects</SidebarGroupLabel>

See

React cloneElement Docs

// was this page useful?