
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
react-flip-numbers
Advanced tools
Make number animation looks sexy :clap:
npm install react-flip-numbers -S
import react from 'react';
import FlipNumbers from 'react-flip-numbers';
export default () => {
return <FlipNumbers height={12} width={12} color="red" background="white" play perspective={100} numbers="12345" />;
};
Prop | Type | Required | Description |
---|---|---|---|
numbers | string | ✓ | |
play | boolean | ✓ | Start the animation |
height | number | ✓ | Individual number height |
width | number | ✓ | Individual number width |
color | string | ✓ | Number color |
background | string | Background color | |
perspective | number | CSS 3D transition perspective | |
nonNumberStyle | string | CSS inline style for not number eg , : . | |
numberStyle | string | CSS inline style for number | |
duration | number | ||
delay | number |
We also make BEEKAI. Build the next-generation forms with modern technology and best in class user experience and accessibility.
FAQs
react flip your numbers
The npm package react-flip-numbers receives a total of 4,282 weekly downloads. As such, react-flip-numbers popularity was classified as popular.
We found that react-flip-numbers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.