react-input-code
Advanced tools
+1
-1
| { | ||
| "name": "react-input-code", | ||
| "version": "1.0.6", | ||
| "version": "1.0.7", | ||
| "description": "React component to insert a code in a series of single char input elements", | ||
@@ -5,0 +5,0 @@ "author": { |
+14
-0
@@ -18,2 +18,16 @@ # react-input-code | ||
| 1 . Require react-input-code after installation | ||
| ```js | ||
| import ReactInputCode from 'react-input-code'; | ||
| ``` | ||
| 2 . Add style css from module | ||
| ```js | ||
| import 'react-input-code/dist/index.css' | ||
| ``` | ||
| 3 . Include react-input-code as in the following example | ||
| ```tsx | ||
@@ -20,0 +34,0 @@ import React, { useState } from 'react' |
32640
0.77%75
22.95%