Variable: SidebarSeparator
@arolariu/components / SidebarSeparator
Variable: SidebarSeparator
constSidebarSeparator:ForwardRefExoticComponent<Omit<Omit<SeparatorProps,"ref"> &RefAttributes<HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/sidebar.tsx:526
Renders a separator between sidebar regions or menu groups.
Remarks
- Renders the shared
Separatorcomponent - Built as a lightweight structural divider
Example
<SidebarSeparator />
See
// was this page useful?