An open API service indexing awesome lists of open source software.

https://github.com/polydile/dile-password

Styled input password component
https://github.com/polydile/dile-password

Last synced: about 2 months ago
JSON representation

Styled input password component

Awesome Lists containing this project

README

          

# Moved

**This package has moved** and is now available at [@dile/dile-password](https://github.com/Polydile/dile-components). Please update your dependencies. This repository is no longer maintained.

# \

This component extends `````` to create a input password form field.

Please refer to the [`````` component documentation](https://github.com/Polydile/dile-input) to learn to use ``````.

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

## Installation
```bash
npm i dile-password
```

## Usage
```html

import 'dile-password/dile-password.js';

```

## Local Demo with `es-dev-server`

```bash
npm start
```

To run a local development server that serves the basic demo located in `demo/index.html`