1.0.0 • Published 6 years ago

@beam-australia/mui-password-field v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

mui-password-field

Material-UI Password Field

NPM JavaScript Style Guide

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

mui-password-field

1.0.0

6 years ago