Box
A container which arranges all children vertically or horizontally.
type: Boolean
Whether the box arranges its children vertically or horizontally.
type: Boolean
Whether the box adds some padding between its children.
The following attributes can be added to child components to change the way they are handled by the box container.
type: Boolean
Whether the child stretches to fill available space.
<Box horizontal padded>
<Button v-on:click="ok">OK</Button>
<Button v-on:click="cancel">Cancel</Button>
</Box>
Last modified 5yr ago