emoji-mart icon indicating copy to clipboard operation
emoji-mart copied to clipboard

🏪 One component to pick them all

Results 181 emoji-mart issues
Sort by recently updated
recently updated
newest added

Currently only the README file is included in the published package, but it is a convention to include the LICENSE file so that tools like [license-checker](https://github.com/davglass/license-checker) can find it. Current...

I might be able to find some time to work through this. But... I figured a maintainer would be able to blow this considerably faster. More than anything, I wanted...

help wanted
v5

Hi there, I'm using this function in v3 to convert native emoji bytes to emoji-mart data. Is there an equivalent in v5 or is there any plan to bring back...

documentation

Currently, when you search "burger" you get nothing: ![image](https://user-images.githubusercontent.com/9151432/182793812-907f3bb9-ca1b-4c89-95ac-cd3c4eadf18a.png) I think it makes sense to add `burger` as one of the hamburger keywords. Another alternative would be to make search...

I mentioned this in the now-closed #658, but anyway: it is a bit inconvenient that certain CSS variables, e.g. `--rgb-accent` require their value to be in the format `255,255,255` instead...

## Repro Steps 1. `yarn build` and `yarn dev` in the emoji-mart repository. The homepage will show the emoji picker with the Frequently Used section visible. 2. Now add the...

```tsx // This creates a large emoji ; // These create normal size emojis ; ; // in JSX ``` It's because `element.getAttribute('size')` returns `'100'` [here](https://github.com/missive/emoji-mart/blob/9a23ad4c1fa9177c863c339b655766b20bf9e25c/packages/emoji-mart/src/config.js#L250). Then you render the...

It might be handy to have a `defaultSearchValue` prop, which will update the `Search` component right after mount. I'm happy to contribute this change; let me know if you think...

feature request

Would be awesome to have a boolean prop that allows search to be reset when an emoji is selected.

feature request