{% extends "dj_design_system/gallery/base.html" %} {% load static dj_design_system_gallery %} {% block title %}{{ design_system_name }}{% endblock %} {% block content %}
Browse the component library using the sidebar. Select a component to see its documentation, preview, and parameters.
{{ total_components }} component{{ total_components|pluralize }} registered.
The component previews on each page are pre-rendered, static HTML files — they show how components look but are not interactive.
The sandbox is fully disabled in the static snapshot. Live parameter controls, HTMX interactions, and the canvas all require a running Django server.
To use the fully interactive gallery, clone the repository and run just demo locally.