Calendar
Source: client/lib/theme/vueda-tailwind/controls/index.js
The outer surface that hosts the month grid. Pure 12px padding (
p-3) and no border or shadow of its own; chrome belongs to the host (a PopoverContent.root when used in a date-picker popover, or the surrounding view when embedded inline). No footer either: CalendarFooter.root is a separate chin attached below by composition, so a footer-free embed renders as a bare grid.
Vue component: Calendar
| Slot | Default classes | Description |
|---|---|---|
| root | p-3 | The outer surface that hosts the month grid. Pure 12px padding (p-3) and no border or shadow of its own; chrome belongs to the host (a PopoverContent.root when used in a date-picker popover, or the surrounding view when embedded inline). No footer either: CalendarFooter.root is a separate chin attached below by composition, so a footer-free embed renders as a bare grid. |
root
The outer surface that hosts the month grid. Pure 12px padding (
p-3) and no border or shadow of its own; chrome belongs to the host (a PopoverContent.root when used in a date-picker popover, or the surrounding view when embedded inline). No footer either: CalendarFooter.root is a separate chin attached below by composition, so a footer-free embed renders as a bare grid.
Default classes:
p-3
Source: client/lib/theme/vueda-tailwind/controls/Calendar.theme.js:17