Variable: SidebarGroupAction
@arolariu/components / SidebarGroupAction
Variable: SidebarGroupAction
constSidebarGroupAction:ForwardRefExoticComponent<Omit<SidebarGroupActionProps,"ref"> &RefAttributes<HTMLButtonElement>>
Defined in: components/ui/sidebar.tsx:677
Renders a secondary action aligned with a sidebar group heading.
Remarks
- Renders a
<button>element by default - Supports
asChildcomposition for custom controls
Example
<SidebarGroupAction aria-label='Add project'>+</SidebarGroupAction>
See
// was this page useful?