Welcome to DBL, check the following tutorial to use the template.
npm install @debora.maciel/dbl-templateWelcome to DBL, check the following tutorial to use the template.
Use the package manager npm i @debora.maciel/dbl-template to install the teplate.
``terminal`
npm i '@debora.maciel/dbl-template'
`typescript
import { DblInputMask } from '@debora.maciel/dbl-template';
export default function DblInput(){
return (
)
}
``