breact-components
v0.1.6
Published
Input fields and validation for common brazillian form data
Downloads
21
Readme
BReactComponents
Reusable Material-UI React components for Brazilian apps
Getting started
- Navigate to your project's folder and run
npm install breact-components --save
- Import components you wish to use
import { CPFTextField, CNPJTextField, CEPTextField } from 'breact-components';
Available parameters and methods
value : String(Optional)
Initial valueediting: boolean
Whether you want to allow the value to be edited or to simply display it.placeholder: String(Optional)
Placeholder/tip to help the user.errorMessage: String(Optional)
On validated fields (CPF and CNPJ), the message that will be shown in case validation fails.getValue(): String
Returns the current value of the TextField, without the mask.