x
1
2
3
4
5
6
<div class="text-left border-b border-grayscale-200 pb-3"> <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 heading has a divider line below</p></div>1
2
3
4
5
render BetterUi::HeadingComponent.new( level: :h2, divider: true, subtitle: "This heading has a divider line below") { "Section Title" }No notes provided.
No params configured.