DFormOtp
DFormOtp - A type-safe wrapper around Bootstrap Vue Next’s BFormOtp component. A one-time-code / PIN input rendered as a row of single-character boxes. v-model is a string[] with one entry per box; use length to set the number of boxes and separator to render a divider between them.
Live Examples
Verification code
Enter the 6-digit code from your authenticator app.
Code: —
4 digits, with separator
Slots
This component forwards all slots dynamically from the underlying Bootstrap Vue Next component.
Bootstrap Vue Next Wrapper
This is a lightweight type-safe wrapper around the corresponding Bootstrap Vue Next component. It provides API stability and forwards all props, events, and slots.
For complete API documentation (props, events, methods), refer to the Bootstrap Vue Next documentation.