1.1.0 • Published 5 years ago

react-medium-clap-button v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

A Clap-Button to applause, like in Medium-Blogs. It is based on Ohans Emmanuel CodePen. SEE DEMO

Install

$ npm install react-medium-clap-button --save

Usage

import React from 'react';
import Clap from 'react-medium-clap-button';

const Applause = () => {
    return <Clap />;
}

export default Applause;

License

Licensed under MIT License.

1.1.0

5 years ago