Nuxt
Vue
Use the default slot to center and constrain the width of your content.
--b24ui-container-width
<template> <B24Container> <Placeholder class="h-32" /> </B24Container> </template>
as
'div'
any
The element or component this component should render as.
b24ui
{ base?: any; }
default
{}
export default { base: 'w-full max-w-(--b24ui-container-width) mx-auto px-4 sm:px-6 lg:px-8' }
App
Error
On this page