emoji-picker-react
emoji-picker-react copied to clipboard
The most popular React Emoji Picker
Closes #218
Changed the CSS className 'emoji' to "__emoji_list_item" due to the CSS conflicts in the WhatsApp extension
Changed the class name for list item 'emoji' to '__emoji_list_item' due to CSS conflicts in the WhatsApp extension.
The component itself is really good, but since there are many stickers to load, it takes a time to load the component, it would be awesome to have a property...
The selected emoji name is too close to the vertical scrollbar and sometimes it's being cut off Margin is needed and maybe a trimmed text should be considered as well...
Creating a new group with the name we want and assign images and values to group.
# Summary I propose adding some example projects to consume the picker. For example: - `examples/with-nextjs` - `examples/with-create-react-app` - ... This will serve 3 purposes: 1. "Documentation" for how to...
# Summary Today `emoji-picker-react` lives in the root of this repo. I propose restructuring to a monorepo so it's possible to extract code to packages, and to add example projects...
# Summary By migrating to TypeScript the picker will gain the following: 1. The picker will emit accurate types along with the rest of the published artifact instead of the...
I want to show only selected (5-6) emoji like reactions.how we can achieve this...