Previews

No matching results.

x
1
2
3
<div class="w-full max-w-screen-lg px-4 sm:px-6 lg:px-8 mx-auto" >
<div class='bg-white p-6 rounded-lg shadow-sm'>This is a default container with lg max-width, horizontal padding, and centered alignment.</div>
</div>
1
2
3
render BetterUi::ContainerComponent.new do
"<div class='bg-white p-6 rounded-lg shadow-sm'>This is a default container with lg max-width, horizontal padding, and centered alignment.</div>".html_safe
end