flip-counter

0.5.3 • Public • Published

flip-counter

install

npm install flip-counter

use

var flipcounter = require('flip-counter');

style

You can either copy the style file to your project, or reference it using npm-css in your style files.

@import 'flip-counter';

All rules are namespaced under flip-counter

image assets

The default stylesheet references image files found at /img/digits.png. You should make sure the img/digits.png is accessible via this path (copy or symlink) or provide your own css rule for the background image.

ln -s ../node_modules/flip-counter/img/digits.png .

If you wish to provide your own rule, see the css/counter.css file for which style to override.

Credits

Based on work by Chris Nanney

License

MIT

/flip-counter/

    Package Sidebar

    Install

    npm i flip-counter

    Weekly Downloads

    3

    Version

    0.5.3

    License

    none

    Last publish

    Collaborators

    • defunctzombie