You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

lyef-counter

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lyef-counter

Simple increment and decrement counter react component.

1.0.2
latest
Source
npmnpm
Version published
Weekly downloads
7
Maintainers
2
Weekly downloads
 
Created
Source

Lyef React Counter

Build Status Badge size Badge gzip size

Getting Started

Installation

$ npm install --save lyef-counter

Usage

import Counter from 'lyef-counter';

const doneCallback = () => console.log('done'); // Does something when count ends

// Normal Counting
<Counter start={0} end={10} done={doneCallback} />

// Countdown
<Counter start={10} end={0} done={doneCallback} />

Live examples

Architecture

We've developed this component using the following boilerplate: lyef-react-component.

To know more about the architecture or if you want to contribute with this component: Contributing Documentation.

License

MIT License @ lyef

Keywords

react

FAQs

Package last updated on 25 Nov 2017

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