feat: add reusable date and time picker primitives

This commit is contained in:
2026-04-11 00:02:51 -04:00
parent 1ad5603bf6
commit 82d04e7a84
17 changed files with 4023 additions and 39 deletions

View File

@@ -298,3 +298,10 @@
box-shadow: 0 4px 20px oklch(0 0 0 / 0.3);
}
}
@utility scrollbar-none {
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}