material-ui-password
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

material-ui-password

A minimal, typescript-ready, wrapper around the TextField component to add a "show password" option.

demo

Installation

npm i --save material-ui-password

Usage

import { PasswordField } from "material-ui-password";

<PasswordField ... />

Use as any normal TextField, it justs add a visibility toggle. By default the password is hidden.

It won't mess with your styles, and you can use any TextField property including InputProps.

License

MIT

Package Sidebar

Install

npm i material-ui-password

Weekly Downloads

6

Version

1.0.4

License

MIT

Unpacked Size

34.3 kB

Total Files

6

Last publish

Collaborators

  • yannp