Exported source
menu = SingleValueFactory("menu", "Base menu component for displaying a <ul> list of links vertically or horizontally") # Base menu component
menu_title = SingleValueFactory("menu-title", "Menu title part for styling a <li> as a title") # Menu title part
menu_dropdown = SingleValueFactory("menu-dropdown", "Menu dropdown part for the collapsible <ul> if you want to show it using JS") # Menu dropdown part
menu_dropdown_toggle = SingleValueFactory("menu-dropdown-toggle", "Menu part for the toggle to show/hide the menu-dropdown using JS") # Menu dropdown toggle part