> For the complete documentation index, see [llms.txt](https://docs.trydrupal.com/radix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trydrupal.com/radix/components/dropdown-menu.md).

# Dropdown menu

{% hint style="warning" %}
Needs to be updated to reflect the Dropdown component in Bootstrap
{% endhint %}

[**Bootstrap docs**](https://getbootstrap.com/docs/5.3/components/dropdowns/)

### Usage

A practical example is in the Nav component like so:

```twig
{% include 'radix:dropdown-menu' with {
  items: item.below
} %}
```
