nolanlawson / emoji-mart-outside-react

Demo of how to use emoji-mart outside of React

Home Page:https://nolanlawson.github.io/emoji-mart-outside-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demo of how to use emoji-mart outside of React

https://nolanlawson.github.io/emoji-mart-outside-react/


Languages

Language:JavaScript 79.7%Language:HTML 20.3%