📌 A One-Time Password input designed for the React library MUI
Installations
npm install @zaidulin_kirill/mui-otp-input
Developer Guide
Typescript
Yes
Module System
CommonJS, ESM
Node Version
16.18.0
NPM Version
8.19.2
Releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (95.11%)
JavaScript (3.91%)
HTML (0.99%)
Developer
Download Statistics
Total Downloads
1,616
Last Day
1
Last Week
9
Last Month
16
Last Year
573
GitHub Statistics
135 Stars
72 Commits
26 Forks
1 Watching
2 Branches
4 Contributors
Package Meta Information
Latest Version
1.2.0
Package Id
@zaidulin_kirill/mui-otp-input@1.2.0
Unpacked Size
19.00 kB
Size
6.68 kB
File Count
10
NPM Version
8.19.2
Node Version
16.18.0
Total Downloads
Cumulative downloads
Total Downloads
1,616
Last day
0%
1
Compared to previous day
Last week
125%
9
Compared to previous week
Last month
166.7%
16
Compared to previous month
Last year
-36.3%
573
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Peer Dependencies
6
Dev Dependencies
37
MUI OTP input
An OTP input designed for the React library MUI
Installation
// with npm
npm install mui-one-time-password-input
// with yarn
yarn add mui-one-time-password-input
Usage
1import React from 'react' 2import { MuiOtpInput } from 'mui-one-time-password-input' 3 4const MyComponent = () => { 5 const [otp, setOtp] = React.useState('') 6 7 const handleChange = (newValue) => { 8 setOtp(newValue) 9 } 10 11 return ( 12 <MuiOtpInput value={otp} onChange={handleChange} /> 13 ) 14}
Documentation
Changelog
Go to Github Releases
TypeScript
This library comes with TypeScript "typings". If you happen to find any bugs in those, create an issue.
🐛 Bugs
Please file an issue for bugs, missing documentation, or unexpected behavior.
💡 Feature Requests
Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.
LICENSE
MIT
No vulnerabilities found.
No security vulnerabilities found.