Skip to content

usermirror/react-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🔐 react-password

React components
for password management.



import React from 'react'
import ReactDOM from 'react-dom'
import { PasswordManager, Styles } from '../../lib/react-password'

let root = document.getElementById('root')
let app = React.createElement(PasswordManager, {}, [
  React.createElement(Styles, { key: 1 })
])

ReactDOM.render(app, root)

Installation

Install with npm:

npm install --save react-password

Or yarn:

yarn add react-password

Or using a script tag:

<script
  src="https://unpkg.com/react-password@^0.1/lib/index.umd.js"
  crossorigin="anonymous"
></script>

About

React components for password management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published