1.0.4 • Published 7 years ago

simple-react-counter v1.0.4

Weekly downloads
41
License
-
Repository
-
Last release
7 years ago

simple-react-counter

This react component allows you to add a number count down/up in your react project with ease. The plugin is highly customizable making it easy to adapt it your project needs.

Installation

To install this Component, run npm install simple-react-counter.

Usage

To use the component, In your react Application just do

import React, { Component } from 'react';
//importing the component
import Counter from 'simple-react-counter';
class App extends Component {
  render() {
    return (
      <div className="App">
      //CountTo --> Decides what number will the counter stop counting
      //time--> the time constraint for finishing the count
        <Counter CountTo={10101} time={1000} />
      </div>
    );
  }
}
export default App;

Find the project npm registery at : https://www.npmjs.com/package/simple-react-counter

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.9.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago