SidebarGroupAction
Source: client/lib/theme/vueda-tailwind/navigation/index.js
Compact header action aligned to a group label. Hidden in icon-collapsed mode.
Vue component: SidebarGroupAction
| Slot | Default classes | Description |
|---|---|---|
| root | 6 classes | Compact header action aligned to a group label. Hidden in icon-collapsed mode. |
root
Compact header action aligned to a group label. Hidden in icon-collapsed mode.
Default classes:
text
text-sidebar-foreground hover:bg-sidebar-accent active:bg-sidebar-accent-active hover:text-sidebar-accent-foreground
absolute top-3.5 right-3 flex aspect-square w-5 items-center justify-center rounded-vueda-control p-0
transition-transform focus-visible:focus-ring focus-visible:focus-ring-sidebar
[&>svg]:size-4 [&>svg]:shrink-0
after:absolute after:-inset-2 md:after:hidden
group-data-[collapsible=icon]:hiddenSource: client/lib/theme/vueda-tailwind/navigation/SidebarGroupAction.theme.js:16