# auto-complete-element **Repository Path**: mirrors_github/auto-complete-element ## Basic Information - **Project Name**: auto-complete-element - **Description**: Auto-complete input values from server search results. - **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 # <auto-complete> element Auto-complete input values from server search results. ## Installation ``` $ npm install --save @github/auto-complete-element ``` ## Usage ### Script Import as ES modules: ```js import '@github/auto-complete-element' ``` With a script tag: ```html