Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flip-ya-numbers

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flip-ya-numbers

flip your numbers

  • 1.0.1-beta.3
  • beta
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

npm version npm downloads npm npm

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

Flip your number

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

API

PropTypeRequiredDescription
numbersstring
nonNumberStylestringCss inline style for not number eg , : .
heightnumberIndividual number height
widthnumberIndividual number width
colorstringNumber color
backgroundstringBackground color
perspectivenumberCss 3D transition perspective
durationSecondsnumber
delaySecondsnumber
startAnimationbooleanStart the animation

Keywords

FAQs

Package last updated on 30 May 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc