@satheshsat/react-cpf
v1.0.2
Published
CPF generator and validator
Downloads
4
Readme
React CPF
Made with create-react-library
Install
npm install --save @satheshsat/react-cpf
Usage
import React, { Component } from 'react'
import { validateCpf, generateCpf } from '@satheshsat/react-cpf'
class Example extends Component {
validateCpf(generateCpf());
render() {
return (<div></div>)
}
}
License
MIT © satheshsat