{# Loading State Component Display while data is being fetched Variables: - text: Optional loading text (default: "Loading...") - size: 'sm', 'md', or 'lg' (default: 'md') - overlay: If true, renders as full overlay #} {% if overlay %}
{% if text %}
{{ text }}
{% endif %}
{% else %}
{% if text %} {{ text }} {% endif %}
{% endif %}