# trix-mentions-element **Repository Path**: mirrors_thoughtbot/trix-mentions-element ## Basic Information - **Project Name**: trix-mentions-element - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-09 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # <trix-mentions> element Activates a suggestion menu to expand text snippets as you type. Inspired by [@github/text-expander-element][]. [@github/text-expander-element]: https://github.com/github/text-expander-element ## Installation ``` $ npm install --save @thoughtbot/trix-mentions-element ``` ## Usage ### Script Import as ES modules: ```js import Trix from 'trix' import '@thoughtbot/trix-mentions-element' window.Trix = Trix ``` With a script tag: ```html