Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 760 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 760 Bytes

uui-input-lock

npm

Umbraco style input-lock component.

See it in action

Preview the component on Storybook

Installation

ES imports

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

Usage

<uui-input-lock></uui-input-lock>