GitHub
313
Created 7 years ago, last commit 7 days ago
8 contributors
130 commits
Stars added on GitHub, month by month
0
0
0
12
1
2
3
4
5
6
7
8
9
10
11
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
0.0
/day
Last month
0.0
/day
Last 12 months
+0.1
/day
npmPackage on NPM
Monthly downloads on NPM
12
1
2
3
4
5
6
7
8
9
10
11
2023
2024
README

React Flip Numbers

Coverage Status npm version npm downloads npm npm

Make number animation looks sexy šŸ‘

  • Flip your numbers in 3D space
  • Super easy to use

Install

npm install react-flip-numbers -S

react flip numbers

Quickstart

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" />;
};

API

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

By the makers of BEEKAI

We also make BEEKAI. Build the next-generation forms with modern technology and best in class user experience and accessibility.