x
1
2
3
4
5
6
<div class="text-left"> <div class="flex items-center justify-between"> <h2 class="text-3xl font-semibold" ></h2> </div> <p class="mt-1 text-grayscale-500 text-base">This is a subtitle passed as a string parameter</p></div>1
2
3
4
render BetterUi::HeadingComponent.new( level: :h2, subtitle: "This is a subtitle passed as a string parameter") { "Heading with Subtitle" }No notes provided.
No params configured.