Forms & Inputs
OtpInput
A row of single-character boxes for one-time codes, with paste and auto-advance.
Install
import { OtpInput } from 'vael-ui'Playground
numeric
md
import { OtpInput } from 'vael-ui'
<OtpInput :length="6" type="numeric" :mask="false" :disabled="false" :invalid="false" size="md" name="">OtpInput</OtpInput>