---
title: "Dropdown Menu"
description: "Displays a menu to the user—such as a set of actions or functions—triggered by a button."
component: true
---
## Usage
---
```tsx
import { DropdownMenu } from "@medusajs/ui"
```
```tsx
Trigger
Edit
Add
Delete
```
## API Reference
---
## Examples
---
### Sorting
Implementing collection sorting choices using a Dropdown Menu: