Skip to main content

Variable: SidebarMenuSubButton

@arolariu/components


@arolariu/components / SidebarMenuSubButton

Variable: SidebarMenuSubButton

const SidebarMenuSubButton: ForwardRefExoticComponent<Omit<SidebarMenuSubButtonProps, "ref"> & RefAttributes<HTMLAnchorElement>>

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

Renders a nested sidebar menu link.

Remarks

  • Renders an <a> element by default
  • Supports asChild composition for custom link components

Example

<SidebarMenuSubButton href='/settings/profile'>Profile</SidebarMenuSubButton>

See

React cloneElement Docs

// was this page useful?