Skip to content

Container ​

A box for centering and setting a maximum width for your content.

Usage ​

Details
vue
<template>
  <B24Container>
    <Placeholder class="h-32" />
  </B24Container>
</template>

API ​

Props ​

Prop Default Type
as'div'any
The element or component this component should render as.

Slots ​

Slot Type
default{}

Released under the MIT License.