Previews

No matching results.

x
1
2
3
<div class="w-full max-w-screen-lg px-4 sm:px-6 lg:px-8" >
<div class='bg-white p-6 rounded-lg shadow-sm'>This container is not centered. It aligns to the left by default.</div>
</div>
1
2
3
render BetterUi::ContainerComponent.new(centered: false) do
"<div class='bg-white p-6 rounded-lg shadow-sm'>This container is not centered. It aligns to the left by default.</div>".html_safe
end