Card

Usage

Cards are used to display content in a compact and visually appealing way. They can contain text, images, links, and other interactive elements. Cards are often used to group related content together, making it easier for users to scan and find what they are looking for.

<div class="card">
    <p> Cards are used to display content in a compact and visually appealing way. They can contain text, images, links, and other interactive elements. Cards are often used to group related content together, making it easier for users to scan and find what they are looking for.</p>
    <button data-theme="primary">Some Button</button>
</div>