You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
- Used to control the CSS class namespace. CSS classes created by RPS will be prepended with this string.
98
+
- If you change this prop you have to provide all CSS and it's recommended to import RSP from the universal JS build (`react-password-strength/dist/universal`)
99
+
95
100
### Classes
96
101
97
-
_All styling is applied with CSS classes to allow custom styling and overriding._
102
+
_All styling is applied with CSS classes to allow custom styling and overriding. Note that if you change the `namespaceClassName` prop the below classnames will be affected._
98
103
-`ReactPasswordStrength` - namespace class and component wrapper
99
104
-`is-strength-{0-4}` - modifier class indicating password strength
100
105
-`ReactPasswordStrength-input` - password input field
0 commit comments