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

1.0.2 • Public • Published

React CNPJ

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @satheshsat/react-cnpj

Usage

import React, { Component } from 'react'

import { validateCnpj, generateCnpj } from '@satheshsat/react-cnpj'

class Example extends Component {
  validateCnpj(generateCnpj());
  render() {
    return (<div></div>)
  }
}

License

MIT © satheshsat

Package Sidebar

Install

npm i @satheshsat/react-cnpj

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

14.8 kB

Total Files

10

Last publish

Collaborators

  • satheshsat