{% extends "djust_theming/catalogue/base.html" %} {% load theme_tags theme_components djust_components %} {% block title %}{{ display_name }} — Components{% endblock %} {% block catalogue_content %}
{% theme_breadcrumb items=crumbs %}

{{ display_name }}

A menu that owns its open, keyboard and selection behavior. The view receives one typed callback per valid choice (ADR-034). Below: one menu, and a keyed collection of row menus, on one page.

{% include "djust_theming/catalogue/examples/interactive_dropdown_menu.html" %}
{% card title="Usage" %}
views.py
{{ usage_html.view }}
my_template.html
{{ usage_html.template }}

This source is the page above, and it runs in djust's test suite.

{% endcard %}
{% endblock %}