# react-flip-numberss

> react flip your numbers

Latest version **2.0.0** (published 2018-09-10) · Mit license · 0 weekly downloads

## Install

```sh
npm install react-flip-numberss
pnpm add react-flip-numberss
yarn add react-flip-numberss
bun add react-flip-numberss
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2018-09-10 |
| First published | 2018-09-10 |
| Weekly downloads | 0 |
| License | Mit |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 120.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 321 |
| Author | beier luo |
| Maintainers | bluebill1049 |
| Keywords | react, number, animate |

## Links

- npm: https://www.npmjs.com/package/react-flip-numberss
- Repository: https://github.com/bluebill1049/react-flip-numbers
- Homepage: https://github.com/bluebill1049/react-flip-numbers#readme
- Issues: https://github.com/bluebill1049/react-flip-numbers/issues
- npm.io page: https://npm.io/package/react-flip-numberss

## Dependencies (1)

- [react-simple-animate](https://npm.io/package/react-simple-animate.md) 2.0.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2018-09-10

## README

[![npm version](https://img.shields.io/npm/v/react-flip-numbers.svg?style=flat-square)](https://www.npmjs.com/package/react-flip-numbers)
[![npm downloads](https://img.shields.io/npm/dm/react-flip-numbers.svg?style=flat-square)](https://www.npmjs.com/package/react-flip-numbers)
[![npm](https://img.shields.io/npm/dt/react-flip-numbers.svg?style=flat-square)](https://www.npmjs.com/package/react-flip-numbers)
[![npm](https://img.shields.io/npm/l/react-flip-numbers.svg?style=flat-square)](https://www.npmjs.com/package/react-flip-numbers)

> **Make number animation looks sexy** :clap:

Features:

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

## Install

    $ yarn add react-flip-numbers
    or
    $ npm install react-flip-numbers -S

<p align="center">
    <img width="300" src="https://raw.githubusercontent.com/bluebill1049/react-flip-numbers/master/flip-ya-numbers.gif" alt="Flip your number" />
</p>

## Quick start

    import react from 'react';
    import FlipNumbers from 'react-flip-numbers';

    export default () => {
        return <FlipNumbers
            height="12px"
            width="12px"
            color="red"
            background="white"
            play
            numbers="12345"
            numberStyle={{ color: "black" }}
        />;
    }

## API

| Prop              | Type    | Required | Description                              |
| :---------------- | :------ | :------: | :--------------------------------------- |
| `numbers`         | string  |    ✓     |                                          |
| `nonNumberStyle`  | string  |          | Css inline style for not number eg , : . |
| `numberStyle`     | string  |          | Css inline style for number              |
| `height`          | number  |    ✓     | Individual number height                 |
| `width`           | number  |    ✓     | Individual number width                  |
| `color`           | string  |    ✓     | Number color                             |
| `background`      | string  |    ✓     | Background color                         |
| `perspective`     | number  |          | Css 3D transition perspective            |
| `durationSeconds` | number  |          |                                          |
| `delaySeconds`    | number  |          |                                          |
| `play`            | boolean |    ✓     | Start the animation                      |

---
_Source: https://npm.io/package/react-flip-numberss · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
