1. tailwind components
  2. cards

Cards

Provides container elements that wrap and separate content.

Card

Hover

Hover styles are applied when the card is an anchor or button element. Otherwise use class card-hover.

Presets

Provides full support of Presets .

Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card
Card

Corner Shape

Enable the corner-shape property from your theme by appending the following to your global stylesheet.

css
.card {
	corner-shape: var(--corner-shape);
}
View page on GitHub