{% extends "demo_app/pattern_base.html" %} {% block component_content %}

{{ component_name }}

A label identifies a form input and provides instructions or context about the expected value.

Default

With hint text

Required

Required with hint

Error state

Required marker

The required marker component renders an asterisk () to visually indicate a required field. It is automatically included by the label component when the required prop is set.

{% endblock %}