# flip-ya-numbers

> flip your numbers

Latest version **1.0.2** (published 2018-05-31) · Mit license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install flip-ya-numbers
pnpm add flip-ya-numbers
yarn add flip-ya-numbers
bun add flip-ya-numbers
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-05-31 |
| First published | 2018-05-15 |
| Weekly downloads | 0 |
| License | Mit |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 214.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | beier luo |
| Maintainers | bluebill1049 |
| Keywords | react, number, animate |

## Links

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

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^4.17.10
- [react-simple-animate](https://npm.io/package/react-simple-animate.md) ^1.9.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

- 1.0.2 (latest) — 2018-05-31
- 1.0.1-beta.3 (beta) — 2018-05-30
- 1.0.1 — 2018-05-31
- 1.0.1-beta.2 — 2018-05-30
- 1.0.1-beta.1 — 2018-05-30
- 1.0.0 — 2018-05-22
- 0.0.1-beta.8 — 2018-05-18
- 0.0.1-beta.7 — 2018-05-18
- 0.0.1-beta.6 — 2018-05-18
- 0.0.1-beta.5 — 2018-05-17
- 0.0.1-beta.4 — 2018-05-17
- 0.0.1-beta.3 — 2018-05-17
- 0.0.1-beta.2 — 2018-05-17
- 0.0.1-beta.1 — 2018-05-15

## README

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

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

Features:

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

## Install

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


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


## Quick start

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

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

## 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 |          |  |
| `startAnimation`              | boolean |     ✓     | Start the animation |

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