This repository was archived by the owner on Jun 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ React-Nice-Input-Password
55
66A input password control built with and for [ React] ( http://facebook.github.io/react/index.html )
77
8- [ ![ Sample] ( https://image.ibb.co/ivG6rm /sample.png )] ( https://image.ibb.co/ivG6rm /sample.png )
8+ [ ![ Sample] ( https://image.ibb.co/dJNFHR /sample.png )] ( https://image.ibb.co/dJNFHR /sample.png )
99
1010## Installation
1111
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
8+ < title > Sample - NiceInputPassword</ title >
9+ < link rel ="stylesheet " href ="/dist/fc0504dc1a2f72dac7e5f806fd5df847.css "> </ head >
10+
11+ < body >
12+ < div id ="root "> </ div >
13+ </ body >
14+
15+ < script src ="/dist/fc0504dc1a2f72dac7e5f806fd5df847.js "> </ script >
16+
17+ </ html >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class App extends React.Component {
6161 />
6262 < hr />
6363
64- < h2 > With levelbar and descritionLeveBar </ h2 >
64+ < h2 > With levelbar and descritionLevelBar </ h2 >
6565 < NiceInputPassword
6666 label = "Password"
6767 name = "pass3"
You can’t perform that action at this time.
0 commit comments