Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 476 Bytes

emoji-mart-outside-react

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.