Data-driven menu (role="menu") that renders items as keyboard-navigable
role="menuitem" entries — arrow keys, Home/End, and typeahead are handled for
you. Omit items to slot arbitrary content instead (e.g. and-menu-item
elements), in which case this component only renders the <ul> wrapper and
doesn’t manage focus for you.
and-menu-item is also usable on its own (self-contained, not coordinated by a
parent) — handy for slotting individual items directly, e.g. inside
Dropdown’s trigger slot content.
This is a compound component — several @Component tags share the packages/web-components/src/components/and-menu-list/ directory, and Stencil's docs-readme
output writes all of them to the same readme.md, so only the last-processed one survives. The
tables above are hand-written from the source instead; keep them in sync manually.