Skip to content

Files

Latest commit

Jun 21, 2024
a13d41b · Jun 21, 2024

History

History

uui-input-otp

README.md

uui-input-otp

npm

Umbraco style input-otp component.

Installation

ES imports

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';

Usage

<uui-input-otp></uui-input-otp>