Card
Cards group related content and actions into a contained, visually distinct layout.
Basic Card
Card with Header & Footer
Card Title
This card has a header and footer to structure the content hierarchy.Card Grid
Analytics
View real-time metrics and performance dashboards.Reports
Generate and export detailed business reports.Settings
Configure preferences and system options.Usage
<sl-card>
<div slot="header">Title</div>
Card content goes here.
<div slot="footer">
<sl-button variant="primary">Action</sl-button>
</div>
</sl-card>