@rafaelpelle/react-utils

1.0.0 • Public • Published

@rafaelpelle/react-utils

My favorite React and JS utils

NPM JavaScript Style Guide

Install

npm install --save @rafaelpelle/react-utils

Usage

import React from 'react'
import { useCPFInput } from '@rafaelpelle/react-utils'

export default function Example() {
  const cpfInput = useCPFInput()

  return <input {...cpfInput} />
}

Readme

Keywords

none

Package Sidebar

Install

npm i @rafaelpelle/react-utils

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

119 kB

Total Files

17

Last publish

Collaborators

  • rafaelpelle