react-emoji-animation-button

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import reactEmojiAnimationButton from 'https://cdn.skypack.dev/react-emoji-animation-button';
</script>

README

react-emoji-animation-button

See demo

A Emoji Animation Button.

NPM JavaScript Style Guide

Install

npm install react-emoji-animation-button --save

Usage

import React from 'react'

import { EmojiAnimationButton } from 'react-emoji-animation-button'

export default () => {
  return 
    <EmojiAnimationButton
      text="😱"
      complete="👍"
      count={5}
      initClicked={false}
    />
}

License

MIT © kawa1214