JSPM

@emoji-mart/react

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 527808
  • Score
    100M100P100Q179625F
  • License MIT

React wrapper for Emoji Mart; the emoji picker for the web.

Package Exports

  • @emoji-mart/react
  • @emoji-mart/react/dist/main.js
  • @emoji-mart/react/dist/module.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@emoji-mart/react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@emoji-mart/react

A React wrapper for EmojiMart.

🧑‍💻 Usage

npm install --save emoji-mart @emoji-mart/data @emoji-mart/react
import data from '@emoji-mart/data'
import Picker from '@emoji-mart/react'

function App() {
  return (
    <Picker data={data} onEmojiSelect={console.log} />
  )
}

📚 Documentation

See https://github.com/missive/emoji-mart#react