Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1008 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 1008 Bytes

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