Vizel API / react/src / VizelMentionMenu
Function: VizelMentionMenu()
ts
function VizelMentionMenu(__namedParameters): ReactNode;Defined in: packages/react/src/components/VizelMentionMenu.tsx:49
Mention autocomplete menu component.
The DOM structure and ARIA wiring come from @vizel/core's buildVizelMentionMenuSpec; this component is the React-flavored binding that maps the spec to JSX. Item rendering (avatar + label + description) is React-specific and stays here.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | VizelMentionMenuProps |
Returns
ReactNode