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
- Host: GitHub
- URL: https://github.com/polydile/dile-password
- Owner: Polydile
- License: mit
- Created: 2020-04-17T16:42:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-11T17:57:16.000Z (5 months ago)
- Last Synced: 2026-02-12T01:55:46.176Z (5 months ago)
- Language: JavaScript
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`