Skip to content

Commit

Permalink
Add a tiny link to DropdownMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Jan 19, 2022
1 parent b1a1d2e commit d57a757
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/deprecated/Dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: Dropdown
status: Deprecated
---

## Deprecation

Use [DropdownMenu](/DropdownMenu) instead.

---

The Dropdown component is a lightweight context menu for housing navigation and actions.

Use `Dropdown.Button` as the trigger for the dropdown, or use a custom `summary` element if you would like. **You must use a `summary` tag in order for the dropdown to behave properly!**. You should also add `aria-haspopup="true"` to custom dropdown triggers for accessibility purposes. You can use the `Dropdown.Caret` component to add a caret to a custom dropdown trigger.
Expand Down

0 comments on commit d57a757

Please sign in to comment.