### menu Menu is used to display a list of links vertically or horizontally [menu docs](https://daisyui.com/components/menu/) #### Class names - component: `menu` - part: `menu-title`, `menu-dropdown`, `menu-dropdown-toggle` - modifier: `menu-disabled`, `menu-active`, `menu-focus`, `menu-dropdown-show`, `menu-paged` - size: `menu-xs`, `menu-sm`, `menu-md`, `menu-lg`, `menu-xl` - direction: `menu-vertical`, `menu-horizontal` #### Syntax Vertical menu: ```html
``` Horizontal menu: ```html ``` #### Rules - {MODIFIER} is optional and can have one of the modifier/size/direction class names - Use `lg:menu-horizontal` for responsive layouts - Use `menu-title` for list item title - Use `