FilterMenu
Source: client/lib/theme/vueda-tailwind/form/index.js
Back row that returns from the drill-in form to the field list.
Vue component: FilterMenu
| Slot | Default classes | Description |
|---|---|---|
| back | flex w-full items-center gap-1.5 rounded-sm px-2 py-1.5 text-xs font-medium text-muted-foreground hover:bg-accent hover:text-accent-foreground | Back row that returns from the drill-in form to the field list. |
| separator | bg-border -mx-1 my-1 h-hairline | Hairline separator between the back row and the drill-in form. |
| drillIn | px-2 pb-1 pt-0.5 | Drill-in body padding around the embedded filter form. |
back
Back row that returns from the drill-in form to the field list.
Default classes:
flex w-full items-center gap-1.5 rounded-sm px-2 py-1.5 text-xs font-medium text-muted-foreground hover:bg-accent hover:text-accent-foreground
Source: client/lib/theme/vueda-tailwind/form/FilterMenu.theme.js:18
separator
Hairline separator between the back row and the drill-in form.
Default classes:
bg-border -mx-1 my-1 h-hairline
Source: client/lib/theme/vueda-tailwind/form/FilterMenu.theme.js:24
drillIn
Drill-in body padding around the embedded filter form.
Default classes:
px-2 pb-1 pt-0.5
Source: client/lib/theme/vueda-tailwind/form/FilterMenu.theme.js:28