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