New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

material-ui-password

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui-password

A material-ui password TextField with 'show password' option

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

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

Keywords

react

FAQs

Package last updated on 11 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts