CalendarCell
Source: client/lib/theme/vueda-tailwind/controls/index.js
A grid slot inside a CalendarGridRow.root; the CalendarCellTrigger.root day button sits inside it.
p-0so the button owns the inner spacing,flex-1distributes width evenly across the row, andrelativeplusfocus-within:z-20lets a focused day button promote above its neighbours when the focus ring would otherwise be clipped by adjacent cells.
Vue component: CalendarCell
| Slot | Default classes | Description |
|---|---|---|
| root | relative p-0 text-center text-sm focus-within:relative focus-within:z-20 flex-1 | A grid slot inside a CalendarGridRow.root; the CalendarCellTrigger.root day button sits inside it. p-0 so the button owns the inner spacing, flex-1 distributes width evenly across the row, and relative plus focus-within:z-20 lets a focused day button promote above its neighbours when the focus ring would otherwise be clipped by adjacent cells. |
root
A grid slot inside a CalendarGridRow.root; the CalendarCellTrigger.root day button sits inside it.
p-0so the button owns the inner spacing,flex-1distributes width evenly across the row, andrelativeplusfocus-within:z-20lets a focused day button promote above its neighbours when the focus ring would otherwise be clipped by adjacent cells.
Default classes:
relative p-0 text-center text-sm focus-within:relative focus-within:z-20 flex-1
Source: client/lib/theme/vueda-tailwind/controls/CalendarCell.theme.js:16