@crave/farmblocks-amount-selectors

6.2.8 • Public • Published

Farmblocks Amount selectors

An amount selector component

Installation

npm install @crave/farmblocks-amount-selectors

Usage

import AmountSelectors from "@crave/farmblocks-amount-selectors";
const Form = () => (
  <AmountSelectors
    onChange={handleChanges}
    max={100}
    min={1}
    onRemoveClick={handleRemoveClick}
  />
);

For more examples and details on the available props, read the docs.

License

MIT

/@crave/farmblocks-amount-selectors/

    Package Sidebar

    Install

    npm i @crave/farmblocks-amount-selectors

    Weekly Downloads

    6

    Version

    6.2.8

    License

    MIT

    Unpacked Size

    10.5 kB

    Total Files

    9

    Last publish

    Collaborators

    • viniciusmartin
    • luis.nascimento
    • seocam
    • vnakamura
    • alcferreira
    • imwra