VueFeedbackReaction

Helps you to collect feedback and leads using the most spoken language in the world: the emoji.

This project is inspired by Feedback Reactions from Mohammad Amiri

Installation

# Install with npm
$ npm i -S vue-feedback-reaction

# or yarn
$ yarn add vue-feedback-reaction

Usage

<template>
  <div class="app">
    <vue-feedback-reaction v-model="feedback"/>
  </div>
</template>

<script>
  import VueFeedbackReaction from 'vue-feedback-reaction';
  export default {
    name: 'demo',
    components: {
      VueFeedbackReaction
    }
  };
</script>

GitHub