Skip to content

gkaemmer/emoji-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji-react 😀

Dead simple react component for rendering emojis.

Tired of copying literal emoji characters into your code? Characters don't look right in your editor? This component makes it a little easier.

Installation

NPM: npm install emoji-react

Usage

import Emoji from 'emoji-react';

// ...

ReactDOM.render(<Emoji name="smiling face with smiling eyes" />, rootNode)

The names of emojis are taken from the unicode spec, here.

That's it! Have fun, and be 😊.

This is stupid, can't I just use unicode characters in my code?

Yep! ✌

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published