onSelect (value: any, option: DropdownItem) => void null A callback function that is called when an option is selected. It is passed the value of the selected option and the option object itself.
This repository stores the code examples of the Menu component for the Getting Started with Menu tutorial. This tutorial explains how to create Menu base level and submenus, process clicks on items, ...