Card API
API reference docs for the Stash Card
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import Card from '@leaflink/stash/Card.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
detachActions | boolean | false | Detach the actions from the top of the card, making them absolute-positioned. |
Slots
Name | Description |
---|---|
top-left | Top left actions slot, for rendering content on the card top-left |
top-right | Top right actions slot, for rendering content on the card top-right |
default | Default slot, for rendering card subcomponents |
Events
None