component/menu/dropdown_menu library
Classes
- ArcaneDropdownMenu
- Dropdown menu component.
- ArcaneMegaMenu
- Navigation dropdown with mega-menu style.
- ArcaneMegaMenuSection
- Section in a mega menu.
- ArcaneMenuItem
- Sealed class hierarchy for menu items. Use pattern matching to handle different item types in renderers.
- MenuItemAction
- Standard clickable menu item.
- MenuItemCheckbox
- Checkbox menu item.
- MenuItemLabel
- Label/header for grouping items (non-interactive).
- MenuItemRadio
- Radio menu item (part of a group).
- MenuItemSeparator
- Visual separator between menu items.
- Submenu with nested items.