Krzysztof Nofz

Results 4 issues of Krzysztof Nofz

1. Why does the library weigh as much as 250 kb? Quite a lot for a library that is an emoji selector. Is there a chance to reduce the size?...

1. How to hide search input? I don't see relevant prop for it :( I wouldn't like to render it. 2. How to hide `Pick an emoji` section?

Hello! :) Do you plan to add Typescript support to this library? 🤔

### Description Hi! I use `@chakra-ui/react` (v2.8.2) inside my Next.js App this way ( and this is working fine! ): ```typescript import { Flex } from '@chakra-ui/react'; const MyNewComponent =...