
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
@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.
The npm package @s-ui/react-atom-pin-input receives a total of 0 weekly downloads. As such, @s-ui/react-atom-pin-input popularity was classified as not popular.
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
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.