Variable: SidebarMenuAction
@arolariu/components / SidebarMenuAction
Variable: SidebarMenuAction
constSidebarMenuAction:ForwardRefExoticComponent<Omit<SidebarMenuActionProps,"ref"> &RefAttributes<HTMLButtonElement>>
Defined in: components/ui/sidebar.tsx:911
Renders a secondary action button aligned within a sidebar menu item.
Remarks
- Renders a
<button>element by default - Supports
asChildcomposition for custom controls
Example
<SidebarMenuAction showOnHover>⋯</SidebarMenuAction>
See
// was this page useful?