react-clap-button

1.2.12 • Public • Published

See demo

Last version Build Status Dependency status Dev Dependencies Status NPM Status Donate

A Medium like clap button. Based on Ohans Emmanuel CodePen, icon by Luis Durazo.

Install

$ npm install react-clap-button --save

Usage

import React from 'react';
import ClapButton from 'react-clap-button';

export default () => {

    const onCountChange = ({ count, countTotal }) => {

    };
    // All Props are Optional
    return (
        <ClapButton
            count={0}
            countTotal={0}
            maxCount={50}
            isClicked={false}
            onCountChange={onCountChange}
            iconComponent={props => <CustomIcon {...props} size={38} /> }
        />
    );
}

Related

License

react-clap-button © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub @Kiko Beats · Twitter @Kikobeats

/react-clap-button/

    Package Sidebar

    Install

    npm i react-clap-button

    Weekly Downloads

    18

    Version

    1.2.12

    License

    MIT

    Unpacked Size

    80.8 kB

    Total Files

    7

    Last publish

    Collaborators

    • kikobeats