x
1
2
3
<div class="w-full max-w-full px-4 sm:px-6 lg:px-8 mx-auto" > <div class='bg-white p-6 rounded-lg shadow-sm'>This container uses full width with no max-width constraint (other than max-w-full).</div></div>1
2
3
render BetterUi::ContainerComponent.new(size: :full) do "<div class='bg-white p-6 rounded-lg shadow-sm'>This container uses full width with no max-width constraint (other than max-w-full).</div>".html_safeendNo notes provided.
No params configured.