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

Possibility to add a prop to style the input/textarea #64

Open richiemodefair opened 7 months ago

richiemodefair commented 7 months ago

I find it inconvenient to add edit the style of the picker when its picker type is input/textarea, I know that the css class that dictates the input is 'v3-emoji-picker-input', however are there any possibilities for a prop that accepts css class so that manual styling can be made easier?