Box API
API reference docs for the Stash Box
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import Box from '@leaflink/stash/Box.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
disableElevation | boolean | false | Remove the padding on the left and right of the Box. |
disableGutters | boolean | false | Remove the padding on the left and right of the Box. |
disablePadding | boolean | false | Remove the padding around the entire Box. |
radius | "none" | "rounded" | rounded | Border radius style. Defaults to `rounded`. |
Slots
Name | Description |
---|---|
default | default |
Events
None