
Security News
npm Phishing Email Targets Developers with Typosquatted Domain
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.
@s-ui/react-atom-pin-input
Advanced tools
PinInput is a component that handles the use of a code input in diferent input boxes, creating a beautiful visual effect for the user and providing an easy way to handle the code for the developer.
PinInput is a component that handles the use of a code input in diferent input boxes, creating a beautiful visual effect for the user and providing an easy way to handle the code for the developer.
$ npm install @s-ui/react-atom-pin-input
import PinInput, {PinInputField} from '@s-ui/react-atom-pin-input'
return (
<div>
<PinInput onChange={onChangeHandler} defaultValue={code} />
</div>
)
<PinInput onChange={onChangeHandler} defaultValue={code} />
<PinInput placeholder="A" onChange={onChangeHandler} defaultValue={code} />
<PinInput isPassword onChange={onChangeHandler} defaultValue={code} />
<PinInput size="medium" onChange={onChangeHandler} defaultValue={code} />
<PinInput lenth={6} onChange={onChangeHandler} defaultValue={code} />
<PinInput mask="NUMBER" onChange={onChangeHandler} defaultValue={code} />
<PinInput disabled onChange={onChangeHandler} defaultValue={code} />
<PinInput status="error" onChange={onChangeHandler} defaultValue={code} />
<PinInput onChange={onChangeHandler} defaultValue={code}>
-
</PinInput>
@import '~@s-ui/theme/lib/index';
/* @import 'your theme'; */
@import '~@s-ui/react-atom-pin-input/lib/index';
Find full description and more examples in the demo page.
FAQs
PinInput is a component that handles the use of a code input in diferent input boxes, creating a beautiful visual effect for the user and providing an easy way to handle the code for the developer.
We found that @s-ui/react-atom-pin-input demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.
Security News
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.