@katherineheadshall/emoji-mart-react
v1.1.2
Published
React wrapper for Emoji Mart; the emoji picker for the web.
Readme
@katherineheadshall/emoji-mart-react
A React wrapper for EmojiMart.
🧑💻 Usage
npm install --save emoji-mart @katherineheadshall/emoji-mart-data @katherineheadshall/emoji-mart-reactimport data from '@katherineheadshall/emoji-mart-data'
import Picker from '@katherineheadshall/emoji-mart-react'
function App() {
return (
<Picker data={data} onEmojiSelect={console.log} />
)
}📚 Documentation
Original documentation by Missive: https://github.com/missive/emoji-mart#react
