@stej/emoji
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

<Emoji/>

Build Status

npm npm

React component to insert emojis as images into your app.

Install

npm add @stej/emoji

Usage

import React from "react";
import Emoji from "@stej/emoji";

class MyComponent extends React.Component {
  render() {
    return <Emoji>:bearded_person_tone2: Jonathan Meyer</Emoji>;
  }
}

export default MyComponent;

screeshot

/@stej/emoji/

    Package Sidebar

    Install

    npm i @stej/emoji

    Weekly Downloads

    10

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    59.2 kB

    Total Files

    14

    Last publish

    Collaborators

    • stej