Skip to content

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

NameTypeDefaultDescription
disableElevationbooleanfalseRemove the padding on the left and right of the Box.
disableGuttersbooleanfalseRemove the padding on the left and right of the Box.
disablePaddingbooleanfalseRemove the padding around the entire Box.
radius"none" | "rounded"roundedBorder radius style. Defaults to `rounded`.

Slots

NameDescription
defaultdefault

Events

None