# 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
} %}
```
