1.2.0 • Published 3 years ago

customer-feedback v1.2.0

Weekly downloads
159
License
MIT
Repository
-
Last release
3 years ago

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.