react-counter-comp

1.0.1 • Public • Published

React Counter

Installation

Add react-counter-comp to your project by executing

npm install --save react-counter-comp

Usage

Here's an example of basic usage:

import React from 'react';
import Counter from 'react-counter-comp';

function MyApp() {

  const onChange = (count) => {
      console.log(count)
  }

  return (
    <div>
      <Counter
        color= {'green'}
        onChange={onChange}
        text={'ADD TO CART'}
      />
    </div>
  );
}

Readme

Keywords

Package Sidebar

Install

npm i react-counter-comp

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

2.7 kB

Total Files

5

Last publish

Collaborators

  • azharkhan04