Previews

No matching results.

x
1
2
3
4
5
<div class="flex flex-col rounded-lg text-base bg-primary-50 border border-primary-200 text-primary-900 shadow-sm" >
<div class="p-6">
This is a default card with solid primary style and medium size.
</div>
</div>
1
2
3
render BetterUi::CardComponent.new do
"This is a default card with solid primary style and medium size."
end