Skip to content

Files

Latest commit

May 23, 2024
053de3a · May 23, 2024

History

History

uui-input-password

README.md

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>