feat(Components): Add Button and BackgroudnImage

This commit is contained in:
Alexander Navarro 2024-03-11 19:29:50 -03:00
parent a1528a2ad8
commit b74fcb19cc
5 changed files with 399 additions and 10 deletions

View file

@ -9,7 +9,7 @@ export interface Props {
<slot name="title" />
</div>
<div class="content flex-grow mb-3">
<div class="content flex-grow">
<slot />
</div>