0.0.4 • Published 6 years ago

angular-text-counter v0.0.4

Weekly downloads
27
License
-
Repository
-
Last release
6 years ago

Angular Text Counter Shows entered character count as user types

npm i angular-text-counter

Usage

<!-- Text Field -->
Text Field: <input libAngularTextCounter maxlength="10"><br><hr>
<!-- Text Area -->
Text Area: <textarea libAngularTextCounter maxlength="1000"></textarea><br><hr>
<!-- Search Field -->
Search: <input libAngularTextCounter type="search" maxlength="10"><br><hr>
<!-- Email Field -->
Email: <input libAngularTextCounter type="email" maxlength="20"><br><hr>
<!-- Password Field -->
Password: <input libAngularTextCounter type="password" maxlength="15"><br><hr>
<!-- Telephone Field -->
Telephone: <input libAngularTextCounter type="tel" maxlength="12"><br><hr>
<!-- URL Field -->
URL: <input libAngularTextCounter type="url" maxlength="50"><br><hr>

angular component library