Added slot and theming support
Example:
<cooltextarea class="margin-top container"
:content="content"
:skin-tone-selection="false"
:emoji-data="emojiDataAll"
:emoji-groups="emojiGroups"
:enableSendBtn="true"
theme="szchat">
<template slot="picker">
<span class="custom-button">My button</span>
</template>
</cooltextarea>