Variable: SidebarMenuButton
@arolariu/components / SidebarMenuButton
Variable: SidebarMenuButton
constSidebarMenuButton:ForwardRefExoticComponent<Omit<SidebarMenuButtonProps,"ref"> &RefAttributes<HTMLButtonElement>>
Defined in: components/ui/sidebar.tsx:840
Renders the primary interactive element for a sidebar menu item.
Remarks
- Renders a
<button>element by default - Supports
asChildcomposition and contextual tooltips when collapsed
Example
<SidebarMenuButton isActive>Dashboard</SidebarMenuButton>
See
// was this page useful?