Dropdown Menu
Displays a menu to the user, triggered by a button.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/dropdown-menuUsage
Import the component from the package:
import { DropdownMenu } from "@/registry/ui/dropdown-menu"Then use it in your application:
<DropdownMenu />