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

Commit 9c5776e

Browse files
committed
README
1 parent 8fb01cb commit 9c5776e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ You can provide a custom `className` to the Nice Input Password and custom `clas
8686
| name | string | undefined | The name used on input element `name={name}` |
8787
| className | string | (empty string) | Optional class to be passed to niceinputpassword context |
8888
| normalClassName | string | 'none' | The className used on level color
89-
| dangerClassName | string | 'none' | The className used on level color
90-
| warningClassName | string | 'none' | The className used on level color
91-
| successClassName | string | 'none' | The className used on level color
89+
| dangerClassName | string | 'danger' | The className used on level color
90+
| warningClassName | string | 'warning' | The className used on level color
91+
| successClassName | string | 'success' | The className used on level color
9292
| value | string | undefined | The value to be renderized on element
9393
| showSecurityLevelBar | bool | false | Key to show or not the security level bullets of password
9494
| showSecurityLevelDescription | bool | false | Key to show or not the security level description securityLevels object

0 commit comments

Comments
 (0)