Skip to main content

Variable: SidebarMenuItem

@arolariu/components


@arolariu/components / SidebarMenuItem

Variable: SidebarMenuItem

const SidebarMenuItem: ForwardRefExoticComponent<Omit<DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & RefAttributes<HTMLLIElement>>

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

Renders a single list item within the sidebar menu.

Remarks

  • Renders an <li> element
  • Built as a structural wrapper for menu buttons and actions

Example

<SidebarMenuItem>
<SidebarMenuButton>Dashboard</SidebarMenuButton>
</SidebarMenuItem>

See

HTML li element

// was this page useful?