@debora.maciel/dbl-template
v4.0.3
Published
Welcome to DBL, check the following tutorial to use the template.
Downloads
1
Readme
DBL Template
Welcome to DBL, check the following tutorial to use the template.
Installation
Use the package manager npm i @debora.maciel/dbl-template to install the teplate.
npm i '@debora.maciel/dbl-template'
Usage
import { DblInputMask } from '@debora.maciel/dbl-template';
export default function DblInput(){
return (
<DblInputMask label={'E-mail'} mask={'e-mail'}/>
)
}