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/reactimport data from '@emoji-mart/data'
import Picker from '@emoji-mart/react'
function App() {
return (
<Picker data={data} onEmojiSelect={console.log} />
)
}