We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40c516 commit 6369e17Copy full SHA for 6369e17
README.md
@@ -15,14 +15,22 @@ A verification code input, autocompletion friendly
15
- [Controllable](https://codesandbox.io/s/controllable-32dfy)
16
- [Custom Styles](https://codesandbox.io/s/custom-styles-bw8s4)
17
18
-## Install
+## peerDependencies
19
20
-```bash
21
-npm install --save react-input-verification-code
22
```
+{
+ "react": ">=16.0.0",
23
+ "styled-components": ">=5.0.0"
24
+}
25
+```
26
+## Install
27
28
```bash
29
yarn add react-input-verification-code
30
+
31
+# if you don't use `styled-components` in your project
32
+# you have to install it as well
33
+yarn add react-input-verification-code styled-components
34
35
36
## Usage
0 commit comments