delowardev / vue3-emoji-picker

Simple and Powerful Emoji Picker for Vue3
https://codesandbox.io/p/github/delowardev/vue3-emoji-picker/main?file=%2FREADME.md
MIT License
171 stars 34 forks source link

Extend `sort-groups` PR #35

Closed maarteNNNN closed 1 year ago

maarteNNNN commented 1 year ago

Context

Summary

This PR extends the ability to customize emoji's by creating additional custom groups, configure existing group names by translating them, adding an order to the groups, add customized icons (also for custom added groups).

Relevant Technical Choices

To-do

Done

User-facing changes

No breaking changes, merely extending, new features can be seen in App.vue's last (added) example.

Checklist


Extends #34 Specification laid out in #6

maarteNNNN commented 1 year ago

@delowardev I've created this PR on behalf of @scottward. Let me know you thoughts!

scottward commented 1 year ago

To be fair @maarteNNNN donated some of his time to the cause!

delowardev commented 1 year ago

Thanks for the contribution, @maarteNNNN. I will review & merge the PR tomorrow if everything looks good.