{% extends "djust_theming/gallery/storybook_base.html" %} {% block title %}Component Storybook{% endblock %} {% block content %}

Component Storybook

Auto-generated documentation for all {{ total_count }} theme components. Click a component to see its contract, template source, and variants.

{{ total_count }} components across {{ components_by_category|length }} categories
{# Category filter buttons #}
{% for cat_group in components_by_category %} {% endfor %}
{# Component grid #}
{% for comp in components %}

{{ comp.display_name }}

{% if comp.component_type == 'template' %}template{% else %}python{% endif %}
{{ comp.category }} {% if comp.example_count %}{{ comp.example_count }} example{{ comp.example_count|pluralize }}{% endif %}
{% endfor %}
{% endblock %}