--- title: Dropdown Menu description: Displays a menu to the user — such as a set of actions or functions — triggered by a button. author: name: imskyleen url: https://github.com/imskyleen --- ## Installation ## Usage ```tsx Open Dropdown Menu Item 1 Item 2 Item 3 ``` ## Examples ### Checkboxes ### Radio Group ## Props
### Animate UI props #### DropdownMenu #### DropdownMenuSubTrigger #### DropdownMenuContent #### DropdownMenuItem #### DropdownMenuLabel ## Credits - We use [Radix UI](https://www.radix-ui.com/primitives/docs/components/dropdown-menu) for the dropdown menu component. - We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/dropdown-menu) for the dropdown menu style.