Pure UTC date primitives shared by date components (x-date-picker,
x-calendar). No DOM, no side effects — every function is a value
transform. Dates are JS Date objects pinned to UTC midnight; ISO
strings are "YYYY-MM-DD".
first-day-of-week (fdow) is 0=Sunday .. 6=Saturday. The
start-of-week / end-of-week / month-grid functions default to
0 (Sunday) so existing single-arity callers keep their behaviour.
Pure UTC date primitives shared by date components (x-date-picker, x-calendar). No DOM, no side effects — every function is a value transform. Dates are JS `Date` objects pinned to UTC midnight; ISO strings are `"YYYY-MM-DD"`. `first-day-of-week` (`fdow`) is `0`=Sunday .. `6`=Saturday. The `start-of-week` / `end-of-week` / `month-grid` functions default to `0` (Sunday) so existing single-arity callers keep their behaviour.
Shared overlay root management for portal-based components. Provides document-level fixed layers that escape CSS stacking contexts.
Shared overlay root management for portal-based components. Provides document-level fixed layers that escape CSS stacking contexts.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |