1.0.3 • Published 5 months ago

@samplesleo/input-cpf v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

How to install

npm i --save @samplesleo/input-cpf

How to use

import { mount } from '@samplesleo/input-cpf'

const root = document.getElementById('root')

  mount(root, {
    id: 'txtInput',
    name: 'txtInput',
    label: 'CPF',
    value: '01234567890',
      onChange: (cpf) => {
        console.log('Validate: ', cpf)
      }
    }
  )
1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago