# @emoji-mart/react

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

Latest version **1.1.1** (published 2023-01-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @emoji-mart/react
pnpm add @emoji-mart/react
yarn add @emoji-mart/react
bun add @emoji-mart/react
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2023-01-02 |
| First published | 2022-07-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9403 |
| Maintainers | etiennelem |

## Links

- npm: https://www.npmjs.com/package/@emoji-mart/react
- Repository: https://github.com/missive/emoji-mart
- Homepage: https://missiveapp.com/open/emoji-mart
- Issues: https://github.com/missive/emoji-mart/issues
- npm.io page: https://npm.io/package/@emoji-mart/react

## Recent versions

- 1.1.1 (latest) — 2023-01-02
- 1.1.0 — 2022-12-13
- 1.0.1 — 2022-08-11
- 1.0.0 — 2022-07-27

## README

# `@emoji-mart/react`

A React wrapper for [EmojiMart](https://missiveapp.com/open/emoji-mart).

## 🧑‍💻 Usage
```sh
npm install --save emoji-mart @emoji-mart/data @emoji-mart/react
```

```js
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

---
_Source: https://npm.io/package/@emoji-mart/react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
