# auto-check-element **Repository Path**: mirrors_github/auto-check-element ## Basic Information - **Project Name**: auto-check-element - **Description**: An input element that validates its value with a server endpoint. - **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-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # <auto-check> element An input element that validates its value against a server endpoint. ## Installation ``` $ npm install --save @github/auto-check-element ``` ## Usage ### Script Import as a modules: ```js import '@github/auto-check-element' ``` With a script tag: ```html