Dropdown
Recently, I’ve started to rebuild the UI library for my project from scratch. I decided to do it for a few reasons. When I started developing Kona, I didn’t know all the requirements and ended up with a bunch of different components that had the same role. For example, I had a few dropdowns for different cases. It was hard to support and use.
New menu supports the following features:
- Supports submenusStructure of the menu configuration allows multiple levels of nesting.
- Always within the viewportThe menu tries to avoid being rendered outside of visible part of the screen.
- CustomizableRender whatever you want.
- Safe-areasAvoid selecting a nearby menu item while selecting an item from the submenu.