Base Components

Tailwind CSS Card

Tailwind CSS Card is a flexible and extensible content container with header, body and footer sections.

Default card

An example of a default card featuring header and footer sections.

Card Title

Centralize your team information with our management tools. Access detailed instructions, expert advice, and technical documentation to maintain an up-to-date team directory.

Basic

An example of a basic card with no header and footer sections.
Centralize your team information with our management tools. Access detailed instructions, expert advice, and technical documentation to maintain an up-to-date team directory.

Scrollable

Implement a scrollable content section utilizing the Tailwind CSS Scrollable component.

Card Title

Tailwind CSS, a utility-first CSS framework, has gained immense popularity for its simplicity, flexibility, and efficiency in building modern web interfaces. Among its plethora of features, one that stands out is its ability to swiftly create stylish and responsive card components. These card components serve as fundamental building blocks for organizing content, displaying information, and enhancing user experience across web applications and websites
The Tailwind CSS card component offers developers a seamless way to structure content within a visually appealing container. With Tailwind's utility classes, creating cards becomes intuitive and hassle-free, allowing developers to focus on crafting engaging user interfaces rather than wrestling with complex CSS code

Toolbar

Enhance the card header by integrating a toolbar for action controls.

Card Title

Centralize your team information with our management tools. Access detailed instructions, expert advice, and technical documentation to maintain an up-to-date team directory.

Group

Organize the card content into distinct sections.

Card Title

Group content goes here
Group content goes here
Group content goes here

Table

Organize the card content into a structured table format, enabling clear categorization and easy readability of information.

Card Title

Column 1 Column 2 Column 3
Cell 1 Cell 2 Cell 3
Cell 1 Cell 2 Cell 3
Cell 1 Cell 2 Cell 3

Grid

Structure the card content into a grid format, facilitating organized presentation with a pagination toolbar.

Card Title

Column 1 Column 2 Column 3
Cell 1 Cell 2 Cell 3
Cell 1 Cell 2 Cell 3
Cell 1 Cell 2 Cell 3

Source Code

The following source file manages the CSS styles of the Tailwind CSS Card component. Upon building the assets using Webpack Build Tools , the below file is compiled and added into the dist/assets/css/styles.css bundle, making it available globally across all pages.
File Description
src/core/plugins/components/card.js The Tailwind CSS compatible plugin written in PostCSS for applying CSS styles to the Tailwind CSS Card component.

Classes

Utility classes to customize the style and appearance of cards.
Class Description
card-border Add border to the card.
card-rounded Apply rounded corners to the card.
card-rounded-b Apply rounded corners to the bottom of the card.
card-rounded-t Apply rounded corners to the top of the card.