Files
WYGIWYH/app/templates/cotton/ui/card.html
Herculino Trotta b4e9446cf6 chore: update tailwind to v4
As is customary in the JS world EVERYTHING must break with each major version
2025-06-21 16:12:44 -03:00

6 lines
101 B
HTML

<div class="card tw:relative h-100 shadow">
<div class="card-body">
{{ slot }}
</div>
</div>