Variable: SidebarGroupLabel
@arolariu/components / SidebarGroupLabel
Variable: SidebarGroupLabel
constSidebarGroupLabel: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
asChildcomposition for custom markup
Example
<SidebarGroupLabel>Projects</SidebarGroupLabel>
See
// was this page useful?