Previews

No matching results.

x
1
2
3
<div class="w-full max-w-screen-lg mx-auto" >
<div class='bg-white p-6 shadow-sm'>This container has no horizontal padding. Content goes edge-to-edge within the max-width constraint.</div>
</div>
1
2
3
render BetterUi::ContainerComponent.new(padding: false) do
"<div class='bg-white p-6 shadow-sm'>This container has no horizontal padding. Content goes edge-to-edge within the max-width constraint.</div>".html_safe
end