1.0.1 • Published 4 years ago

react-emojional-feedback v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

react-emojional-feedback

a floating emoji tool for getting feedback!

Demos

npm.io npm.io

Usage

import React from 'react';
import EmojionalFeedback from "react-emojional-feedback";

const App = () => (
  <EmojionalFeedback 
    questions={["q1","q2","q3"]}
    handleAnswerSubmit={(question, answer) => console.log(question, answer)}
  />
)
export default App;

Notes

Created by Megan Ung and Chloe Barreau.

Emojional Feedback was originally seen on and built for Explain the Valley.

License

This project is licensed under the MIT License - see the LICENSE file for details