Demo of how to use emoji-mart without React, as a custom element. This uses remount and preact. The total JS bundle size is 68K.
In the end, you just have a custom element:
<emoji-picker></emoji-picker>
Usage:
npm install
npm run build
npm start
Then see the server at http://localhost:8080.