# text-expander-element **Repository Path**: mirrors_github/text-expander-element ## Basic Information - **Project Name**: text-expander-element - **Description**: Activates a suggestion menu to expand text snippets as you type. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # <text-expander> element Activates a suggestion menu to expand text snippets as you type. ## Installation ``` $ npm install --save @github/text-expander-element ``` ## Usage ### Script Import as ES modules: ```js import '@github/text-expander-element' ``` With a script tag: ```html