@clipmx/counter

0.1.9 • Public • Published

Clip Counter

Installation

npm install @clipmx/counter --save

Usage

import React from 'react';
import Counter from '@clipmx/counter';

const MyComponent = ({ ...props }) => (
  <div>
    <Counter {...props} />
  </div>
);

export default MyComponent;

Props

  • startAdornment: Element to show on the first button
  • endAdornment: Element to show on the last button
  • value: Default value for the counter
  • disabled: Disable the component.
  • onChange: Function to trigger when the value is changed
  • maxValue: Maximum value that the component will allow
  • minValue: Minimum value that the component will allow
  • step: Step size

/@clipmx/counter/

    Package Sidebar

    Install

    npm i @clipmx/counter

    Weekly Downloads

    1

    Version

    0.1.9

    License

    none

    Unpacked Size

    8.18 kB

    Total Files

    4

    Last publish

    Collaborators

    • akira_fes
    • itpayclip
    • dhollerbach