1.0.2 • Published 4 years ago

dile-password v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Moved

This package has moved and is now available at @dile/dile-password. Please update your dependencies. This repository is no longer maintained.

\

This component extends <dile-input> to create a input password form field.

Please refer to the <dile-input> component documentation to learn to use <dile-password>.

This webcomponent follows the open-wc recommendation.

Installation

npm i dile-password

Usage

<script type="module">
  import 'dile-password/dile-password.js';
</script>

<dile-password label="clave"></dile-password>

Local Demo with es-dev-server

npm start

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