Card
# FxCard
Displays aggregated information in a card container.
# Attributes
| Parameter | Description | Type | Options | Default |
|---|---|---|---|---|
| header | Set header content, can also be passed via slot#header | string | — | — |
| body-style | Set body style | object | — | { padding: '20px' } |
| shadow | When to show shadow | string | always / hover / never | always |
# Basic Usage
Includes title, content and actions.
Card Title Action Button
List Item 1
List Item 2
List Item 3
List Item 4
Copy
# Simple Card
Card can contain only content area.
List Item 1
List Item 2
List Item 3
List Item 4
Copy
# With Image
Can be configured to display richer content.
Delicious Hamburger Action Button
Delicious Hamburger Action Button
Copy
# Card Shadow
Shadow display can be configured.
Copy