use-emoji

1.0.0 • Public • Published

use-emoji

React hook for emoji related things

NPM JavaScript Style Guide

Install

npm install --save use-emoji

Usage

import React, { Component } from 'react'

import { useEmoji } from 'use-emoji'

const Example = () => {
  const example = useEmoji()
  return (
    <div>{example}</div>
  )
}

License

MIT © samrose3


This hook is created using create-react-hook.

Readme

Keywords

none

Package Sidebar

Install

npm i use-emoji

Weekly Downloads

29

Version

1.0.0

License

MIT

Unpacked Size

1.5 MB

Total Files

23

Last publish

Collaborators

  • samrose3