Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Storybook | 77,696 | 7,289 | 21,476 | 21 hours ago | 1,108 | September 14, 2022 | 2,058 | mit | TypeScript | |
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation. | ||||||||||
Text Mask | 8,195 | 391 | 570 | a month ago | 29 | July 30, 2018 | 330 | unlicense | JavaScript | |
Input mask for React, Angular, Ember, Vue, & plain JavaScript | ||||||||||
Sentry Javascript | 6,966 | 1,078 | 974 | 17 hours ago | 302 | September 15, 2022 | 204 | mit | TypeScript | |
Official Sentry SDKs for JavaScript | ||||||||||
Gridstack.js | 4,529 | 121 | 39 | 2 days ago | 63 | September 23, 2022 | 41 | mit | TypeScript | |
Build interactive dashboards in minutes. | ||||||||||
Component Party | 664 | 21 days ago | 16 | mit | JavaScript | |||||
Web component JS frameworks overview by their syntax and features | ||||||||||
Esri Loader | 441 | 204 | 164 | 21 days ago | 49 | July 07, 2022 | 17 | apache-2.0 | TypeScript | |
A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications | ||||||||||
Corber | 330 | 4 | 2 | a year ago | 52 | January 06, 2022 | 12 | mit | JavaScript | |
CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova | ||||||||||
Frontend Hyperpolyglot | 274 | 6 years ago | 9 | mit | CSS | |||||
The same operations in React, Angular 1&2, Ember, Polymer, Vue, and Riot | ||||||||||
Electron Forge Templates | 101 | 4 years ago | 1 | JavaScript | ||||||
Templates bundled with Electron Forge <= 5 to create Electron apps using popular JavaScript frameworks | ||||||||||
Glue | 68 | 2 months ago | mit | Vue | ||||||
Glue是一个基于web component构建的组件库,可以在react,vue2,vue3,angular和html等前端框架中运行 |
⚠️ This library is not maintained. Pull-requests and issues are not monitored. Alternatives to text-mask
include:
If you know other alternatives that should be listed here, email me at [email protected].
Text Mask is an input mask library. It can create input masks for phone, date, currency, zip code, percentage, email, and literally anything!
There are convenient wrappers for React, Angular 2, Ember, and Vue.
See it in action, check out the demo page.
IE9+, Android, Samsung Internet, Windows Phone, iOS, Opera, Firefox, Safari, and Chrome
Text Mask is very configurable and allows you to create any type of input mask with minimal APIs. See the documentation for details.
You can easily expand the base functionality of Text Mask with addons for more mask types. Checkout existing addons.
Text Mask supports pasting, browser auto-fill, and all operations that a user would expect while interacting with an input field.
It works on mobile, has no 3rd party dependencies, and has a tiny footprint (less than 4KB gzipped).