{{ display_name }}
{% if description %}{{ description }}
{% endif %} {% comment %} This page renders a component on a live server; the reference entry is the same component written down, generated from the same registry and pinned to whatever djust version the docs site builds from. Link both ways so a reader never has to guess which one they are looking at. {% endcomment %} {% comment %} ===== Preview — one bound component (ADR-032) ===== `{{ preview }}` is the only read of the component on this page, so an event that changes only its state (a playground chip, an accordion toggle) patches the preview's subtree instead of re-rendering the page. Keep it the bare variable. {% endcomment %} {{ preview }}Events this component sends to the view: {% for ev in events %}{{ ev }}{% if not forloop.last %}, {% endif %}{% endfor %}.