Skip to content

Commit c9e5209

Browse files
authored
Update index.jsx
1 parent c3998bf commit c9e5209

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/Input/index.jsx

+8
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ export default function Input({ inputValue, setInputValue }) {
3434
/>
3535
);
3636
}
37+
38+
/*
39+
https://github.com/Luk4x/gencard/blob/main/src/main.js
40+
https://imask.js.org/guide.html
41+
42+
https://www.npmjs.com/package/react-imask
43+
https://www.freakyjolly.com/react-add-pattern-mask-using-imask-js-number-email-phone-date-tutorial-by-examples/
44+
*/

0 commit comments

Comments
 (0)