1.0.3 • Published 2 years ago

emoji-button-discord v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

emoji-button-discord

A button inspired by Discord's emoji button

NPM JavaScript Style Guide

Install

npm install --save emoji-button-discord

Usage

import React, { Component } from 'react'

import MyComponent from 'emoji-button-discord'
import 'emoji-button-discord/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © GoktugYalcin