All Projects → xnimorz → masked-input

xnimorz / masked-input

Licence: MIT license
Mask input with simple API and rich customization

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to masked-input

Svelte Input Mask
Input masking component for Svelte with simple API and rich customization
Stars: ✭ 56 (+27.27%)
Mutual labels:  credit-card, mask
creditcardnumber
Java library that can provide details of a bank issued credit card number
Stars: ✭ 43 (-2.27%)
Mutual labels:  credit-card
PCard
Demo project to showcase adding payment card details using JetPack Compose
Stars: ✭ 61 (+38.64%)
Mutual labels:  credit-card
PaymentCardView
Custom Credit/Debit card view
Stars: ✭ 62 (+40.91%)
Mutual labels:  credit-card
pixel-mask-generator
🎮 🎲 Procedural pixel generator (mask) + visualizer
Stars: ✭ 15 (-65.91%)
Mutual labels:  mask
tbc-credit-card-payment-gateway-php-lib
PHP library for the TBC credit card payment gateway API.
Stars: ✭ 80 (+81.82%)
Mutual labels:  credit-card
vue-input-mask
Yet another Vue component for input masking
Stars: ✭ 18 (-59.09%)
Mutual labels:  mask
Live-cc-checker
This script will check live cc and Grab proxy and check proxy if its working or not
Stars: ✭ 37 (-15.91%)
Mutual labels:  credit-card
checkdigit
🔒 An easy-to-use check digit library for data validation
Stars: ✭ 19 (-56.82%)
Mutual labels:  credit-card
react-credit-cards
Beautiful credit cards for your payment forms
Stars: ✭ 2,386 (+5322.73%)
Mutual labels:  credit-card
react-native-masked-input-text
A typescript masked input component for react-native
Stars: ✭ 14 (-68.18%)
Mutual labels:  mask
rt-utils
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Stars: ✭ 89 (+102.27%)
Mutual labels:  mask
FGRoute
Get your device ip address, router ip or wifi ssid
Stars: ✭ 128 (+190.91%)
Mutual labels:  mask
emv-bertlv-tools
Deciphering EMV data encoded in the not so basic "basic encoding rules".
Stars: ✭ 41 (-6.82%)
Mutual labels:  credit-card
color-pop
🌈 Automatic Color Pop effect on any image inspired by Google Photos
Stars: ✭ 21 (-52.27%)
Mutual labels:  mask
mask export
Export your mask elements as extension
Stars: ✭ 45 (+2.27%)
Mutual labels:  mask
CreditCardScanner
Android Credit Card Scanner using CameraX and ML Kit
Stars: ✭ 24 (-45.45%)
Mutual labels:  credit-card
PhoneNumberKit
Android Kotlin library to parse and format international phone numbers. Country code picker.
Stars: ✭ 124 (+181.82%)
Mutual labels:  mask
svelte-stripe-js
Everything you need to add Stripe Elements to your Svelte project
Stars: ✭ 139 (+215.91%)
Mutual labels:  credit-card
python-emv
EMV Smartcard Protocol Tool and Library
Stars: ✭ 72 (+63.64%)
Mutual labels:  credit-card

lerna

Mask input with simple API and rich customization.

You often have to create input for a credit card, phone number, birthday, etc. Each of this usecases requires to input value with some formatting (for example 0000-0000-000-0000 for credit card).

This project could help you in all this situations!

Watch demo: http://xnimorz.github.io/masked-input/

How to start

If you need to create a credit card input, phone, date or similar use (inside the link you'll find step-by-step guide)

These projects support rich customization.

If you need to create a number formatter:

Components

React components and input-core is written on TypeScript, so it helps you to use them.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

F.A.Q

  1. Browsers support

React masked input and numeric input were tested on desktop and mobile browsers:

  • Desktop browsers:
  • Safari >= 9
  • Google Chrome
  • EDGE, IE11
  • Mozilla Firefox
  • Opera, Yandex.browser etc.
  • Mobile browsers:
  • Android Chrome
  • Safari IOS >= 9
  • [] Android browser <= v4 — there are some artifacts with copy & paste

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].