@satheshsat/react-cpf
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

React CPF

Made with create-react-library

NPM JavaScript Style Guide

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

Readme

Keywords

Package Sidebar

Install

npm i @satheshsat/react-cpf

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

13.4 kB

Total Files

9

Last publish

Collaborators

  • satheshsat