Skip to content

New features

Renan Roble requested to merge new-features into master

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>

Merge request reports