Componente

Title

Encabezado tipográfico h1-h6 con color configurable y separador opcional.

{% comp_title ... %}

Código a utilizar

template.html
{% comp_title text="Título Principal de Sección" level=1 color="text-gray-900" hr=True %}

Vista previa en vivo

Título Principal de Sección


API Props & Playground

Los cambios actualizan la vista previa en tiempo real
Prop Valor
text
None
level
Nivel de encabezado HTML (h1-h6)
1
color
Color temático principal
'text-gray-900'
classes
''
hr
False

Carga la librería con {% load components_ui %} antes de usar el componente.