Mention Input

Buttons

Text input that shows an animated dropdown when typing @, with user filtering, keyboard navigation, avatar display, and AnimatePresence transitions.

Loading preview...
Customize
Placeholder

Props

PropTypeDefaultDescription
valuestringCurrent input value.
onChange(value: string) => voidCallback when value changes.
users{ id: string; name: string; avatar?: string }[]Array of mentionable users.
placeholderstring'Type @ to mention someone...'Placeholder text.
classNamestring''Additional CSS classes.