# Menu ## Examples ### Default ```html
Open Menu
``` ### WithSlottedMenuItems ```html
Open Menu Favorite Like Delete Settings
``` ### WithComplexSlottedContent ```html
Open Menu
Project Settings Configure your project preferences
Edit Project Share Project Duplicate
Last modified: 2 hours ago
View Project History
``` ### WithMenuGroups ```html
Open Menu Favorite Like Delete Preferences Help
``` ### WithCustomTrigger ```html
Custom Trigger
``` ### WithDisabledItems ```html
Open Menu
``` ### WithOverlay ```html
Open Menu
``` ### SingleGroup ```html
Open Menu
``` ### WithCustomContent ```html
Open Menu
John Doe john.doe@example.com

Custom content can be added using the content slot

Custom Button
``` ### PlacementExamples ```html
Top Left
Top Right
Bottom Left
Bottom Right
``` ### WithClickEvents ```html
console.log('Menu item clicked:', e.detail.item.label)} > Click Me
``` ### WithLinks ```html
Open Menu
``` ### WithHeader ```html
Open Menu
John Doe john.doe@example.com
``` ### SimpleItems ```html
Open Menu
``` ### BottomSheet ```html
Open Bottom Sheet Menu
```