You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailwind-ai/application_ui/layout/cards/card_with_heeader_and_foote...

16 lines
545 B
HTML

<div
class="divide-y divide-gray-200 overflow-hidden rounded-lg bg-white shadow-sm"
>
<div class="px-4 py-5 sm:px-6">
<!-- Content goes here -->
<!-- We use less vertical padding on card headers on desktop than on body sections -->
</div>
<div class="px-4 py-5 sm:p-6">
<!-- Content goes here -->
</div>
<div class="px-4 py-4 sm:px-6">
<!-- Content goes here -->
<!-- We use less vertical padding on card footers at all sizes than on headers or body sections -->
</div>
</div>