1.1.1 • Published 11 months ago

@kevinangkajaya/input-password v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Input Password

Introduction

Create password input with show/hide button.

Installing as a package

npm install @kevinangkajaya/input-password

Usage

import { InputPassword } from "@kevinangkajaya/input-password"

return(
    <InputPassword className="form-control" value={password} id="password"
        onChange={(e) => set_password(e.target.value)} />
)

Props

Refer to <input type="password" /> for the props.

Return Value

JSX Component

1.1.1

11 months ago

1.1.0

11 months ago