Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit c9fc606

Browse files
committed
Merge branch 'master' of github.com:renanborgez/react-nice-input-password
2 parents 0ddf7bc + a985c74 commit c9fc606

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[![Build Status](https://travis-ci.org/renanborgez/react-nice-input-password.svg?branch=master)](https://travis-ci.org/renanborgez/react-nice-input-password)
2-
[![Coverage Status](https://coveralls.io/repos/renanborgez/react-nice-input-password/badge.svg?branch=master&service=github)](https://coveralls.io/github/renanborgez/react-nice-input-password?branch=master)
3-
React-Nice-Input-Password
4-
============
2+
[![Coverage Status](https://coveralls.io/repos/github/renanborgez/react-nice-input-password/badge.svg?branch=master)](https://coveralls.io/github/renanborgez/react-nice-input-password?branch=master)
3+
4+
# React-Nice-Input-Password
5+
56

67
A input password control built with and for [React](http://facebook.github.io/react/index.html)
78

@@ -52,7 +53,7 @@ class App extends React.Component {
5253
label="My password field"
5354
name="passwordField"
5455
value={value}
55-
securityLebels={[
56+
securityLevels={[
5657
{
5758
descriptionLabel: 'At least 1 number',
5859
validator: /.*[0-9].*/,
@@ -66,6 +67,8 @@ class App extends React.Component {
6667
validator: /.*[A-Z].*/,
6768
},
6869
]}
70+
showSecurityLevelBar
71+
showSecurityLevelDescription
6972
onChange={this.handleChange}
7073
/>
7174
);

0 commit comments

Comments
 (0)