Skip to content

MarcosSantosDev/react-text-field-mask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Input field with implementation of masks made with Regex

This input component supports:
Masks
  • CPF
  • CNPJ
  • CPF/CNPJ
  • Postal Code
  • DATE
  • CELL PHONE
  • LANDLINE
  • REAL CURRENCY
  • LETTERS ONLY
  • ONLY NUMBERS

where creativity with Regex takes you...

How to use the project ?

Clone the project:

git clone https://github.com/MarcosSantosDev/react-text-field-mask.git

Install dependencies

This application has dependencies that must be installed to ensure its operation

Installing the dependencies

npm install

Useful commands

yarn start

Starts the development server. After the app has been started open a web browser and navigate to http://localhost:3000

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Author