VueFeedbackReaction helps you collect feedback and leads using the most widely used language in the world: emojis.
Note: This project exports two components, Vue Feed Back Reaction, which is the comments component itself, and VueReactionEmoji, if you want to use a single emoji. If you install with Vue.use, you will only get the VueFeedbackReaction component.
vue feedback component, vue reaction emoji, vue emoji picker, react emoji feedback
How to make use of it:
Install & Download:
# 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 }, data: () => ({ feedback: '' }) }; </script>
Props
Property name | Type | Default | Description |
---|---|---|---|
value | String, Number | ” | Input value (v-model) |
labels | Array | [] | An array of strings that set labels below each emoji reaction, starting from the left |
labelClass | Object, Array, String | ” | Only works if you are using the labels prop. Set a v-bind:class to all the labels |
emojiWidth | String, Number | ” | Set width for all emojis |
emojiHeight | String, Number | ” | Set a height for all emojis |
containerWidth | String, Number | ” | Set the width of the container |
containerHeight | String, Number | ” | Set the height of the container |
Feedback Emoji Reactions, VueFeedbackReaction Plugin/Github
See Demo And Download
Official Website(IvanSotelo): Click Here
This superior jQuery/javascript plugin is developed by IvanSotelo. For extra advanced usage, please go to the official website.