feat(cotton): add info_card component

This commit is contained in:
Herculino Trotta
2024-12-24 13:21:57 -03:00
parent 28e4ef9659
commit 906095dcdd
4 changed files with 62 additions and 92 deletions
+5
View File
@@ -0,0 +1,5 @@
<div class="card tw-relative h-100 shadow">
<div class="card-body">
{{ slot }}
</div>
</div>