Umbraco style input-otp component.
npm i @umbraco-ui/uui-input-otp
Import the registration of <uui-input-otp>
via:
import '@umbraco-ui/uui-input-otp';
When looking to leverage the UUIInputOtpElement
base class as a type and/or for extension purposes, do so via:
import { UUIInputOtpElement } from '@umbraco-ui/uui-input-otp';
<uui-input-otp></uui-input-otp>