Variable: SidebarMenuSubButton
@arolariu/components / SidebarMenuSubButton
Variable: SidebarMenuSubButton
constSidebarMenuSubButton: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
asChildcomposition for custom link components
Example
<SidebarMenuSubButton href='/settings/profile'>Profile</SidebarMenuSubButton>
See
// was this page useful?