Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 812 Bytes

File metadata and controls

35 lines (22 loc) · 812 Bytes

uui-input-password

npm

Umbraco style input-password component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-input-password

Import the registration of <uui-input-password> via:

import '@umbraco-ui/uui-input-password';

When looking to leverage the UUIInputPasswordElement base class as a type and/or for extension purposes, do so via:

import { UUIInputPasswordElement } from '@umbraco-ui/uui-input-password';

Usage

<uui-input-password></uui-input-password>