Flesh out calendar event cards

This commit is contained in:
Jon Staab
2024-09-20 11:00:41 -07:00
parent 0d53934152
commit 88000d02ba
14 changed files with 153 additions and 69 deletions
+5
View File
@@ -0,0 +1,5 @@
<div class="flex items-center gap-2 p-2 text-xs opacity-50">
<div class="h-px flex-grow bg-base-content opacity-25" />
<p><slot /></p>
<div class="h-px flex-grow bg-base-content opacity-25" />
</div>