Variable: SidebarGroup
@arolariu/components / SidebarGroup
Variable: SidebarGroup
constSidebarGroup:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/sidebar.tsx:580
Renders a logical grouping container inside the sidebar.
Remarks
- Renders a
<div>element - Built as a layout helper for related navigation sections
Example
<SidebarGroup>
<SidebarGroupLabel>Projects</SidebarGroupLabel>
</SidebarGroup>
See
// was this page useful?