Socket
Socket
Sign inDemoInstall

lyef-counter

Package Overview
Dependencies
2
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lyef-counter

Simple increment and decrement counter react component.


Version published
Weekly downloads
3
increased by50%
Maintainers
2
Install size
5.19 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 25 Nov 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc