cesarwbr / react-input-emoji

A React input with an option to pick emojis 😍 😜 😂 😛
https://cesarwbr.github.io/react-input-emoji/
MIT License
121 stars 64 forks source link

new feature: add option to select the input position #28

Closed nino-rtb closed 1 year ago

nino-rtb commented 2 years ago

Adds option to select the input position; Possible values: "left" and "right".

cesarwbr commented 1 year ago

Add a new property where you can set an HTMLElement that, when clicked, triggers the emoji picker. If this prop is provided, the default emoji picker button is removed.