{% extends "dj_design_system/gallery/base.html" %} {% load static %} {% block title %}{{ component_info.name }} — {{ design_system_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block breadcrumb %} {% include "dj_design_system/gallery/breadcrumb.html" %} {% endblock %} {% block toolbar_actions %} {# Tab switcher — visible only on narrow viewports #}
{% if tag_signature.minimal_html %}{{ tag_signature.minimal_html|safe }}{% else %}{{ tag_signature.minimal }}{% endif %}
| Name | Type | Required | Default | Choices | Description |
|---|---|---|---|---|---|
{{ name }}
|
{{ spec.type_name }}
|
{{ spec.required|yesno:"Yes,No" }} |
{% if spec.default is not None %}
{{ spec.default }}
{% else %}
—
{% endif %}
|
{% if spec.choices %}
{% for choice in spec.choices %}
{{ choice }}
{% if not forloop.last %},{% endif %}
{% endfor %}
{% else %}
—
{% endif %}
|
{{ spec.description|default:"—" }} |
This component has no parameters.
{% endif %} {# 4. Markdown content (index.md) rendered last #} {% if doc_html %}