mui-password-field
Material-UI Password Field
Install
npm install --save mui-password-field
Usage
import React, { Component } from 'react'
import MyComponent from 'mui-password-field'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © andrewmclagan