customer-feedbackdeprecated

Customer feedback tool

Usage no npm install needed!

<script type="module">
  import customerFeedback from 'https://cdn.skypack.dev/customer-feedback';
</script>

README

Customer Feedback

Getting Started

To start it clone this repo then inside the directory:

nvm use
npm i
npm start

As simple as that.

To use in a React App

Install the package then add the following code to the start up routine (usually index.js)

import { applyPolyfills, defineCustomElements } from "customer-feedback/loader";

applyPolyfills().then(() => {
  defineCustomElements();
});

then place <customer-feedback></customer-feedback> at the bottom of the body element.