Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite43eec8

Browse files
committed
update readme
1 parenta800811 commite43eec8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

‎README.md‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ A fully customizable, one-time password input component for the web built with R
99

1010
![see here](https://media.giphy.com/media/lN98dFU6h3oP0wWS5x/giphy.gif)
1111

12-
[Live Demo](https://devfolioco.github.io/react-otp-input)
13-
14-
[CodeSandbox](https://codesandbox.io/s/react-otp-input-demo-v2-1iy52)
12+
[Live Demo](https://reactjs-otp-input-demo.vercel.app/)
1513

1614
##Installation
1715

@@ -34,7 +32,7 @@ export default const App {
3432

3533
consthandleChange= (otp)=>setOtp({ otp });
3634

37-
return<OtpInput value={otp} onChange={handleChange} numInputs={6} separator={<span>-</span>}/>;
35+
return<OtpInput value={otp} onChange={handleChange} numInputs={6} separator={<span>-</span>}/>;
3836
}
3937
```
4038

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"reactjs-otp-input",
3-
"version":"1.0.3",
3+
"version":"1.0.4",
44
"description":"A fully customizable, one-time password input component for the web built with React",
55
"main":"lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp