# @logo-elements/password-field

An extension of `<logo-elements-text-field>` component for entering passwords.

[![npm version](https://badgen.net/npm/v/@logo-elements/password-field)](https://www.npmjs.com/package/@logo-elements/password-field)

```html
<logo-elements-password-field label="Password"></logo-elements-password-field>
```

## Installation

Install the component:

```sh
npm i @logo-elements/password-field -s
```

Once installed, import the component in your application:

```js
import '@logo-elements/password-field';
```

### For more detailed information, please visit:
[Logo Elements Documentation ↗](http://elements.logo.com.tr)
