This is a proposed alternative implementation of the emoji picker for #86. This implementation builds off of an existing PR, #90. Some changes that were made here compared to that version are:
Including the icon button for users to open the emoji picker inside of the emoji picker component
Using a ref attached to the icon button to ignore the onClick that closes the emoji picker rather than a button id
The addition of extra props to the emoji picker component for customization such as width, height, and position
This is a proposed alternative implementation of the emoji picker for #86. This implementation builds off of an existing PR, #90. Some changes that were made here compared to that version are: