x
1
<h2 class="bg-blue-300 mb-4 text-gray-900 dark:text-white text-4xl font-bold md:text-5xl lg:text-6xl tracking-normal leading-normal" id="custom-id">Custom Heading with Attributes</h2>
1
2
3
4
5
6
7
8
<%= fx_heading( size: 2, spacing: :normal, line_height: :normal, class: "bg-blue-300", id: "custom-id", with_content: "Custom Heading with Attributes") %>
No notes provided.
No params configured.