New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

emoji-react

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-react

Dead simple emoji react component

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
increased by240%
Maintainers
1
Weekly downloads
 
Created
Source

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! ✌

FAQs

Package last updated on 17 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc