This package has been deprecated

Author message:

Please use @blaze/customer-feedback

customer-feedback
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i customer-feedback

Weekly Downloads

21

Version

1.2.0

License

MIT

Unpacked Size

1.69 MB

Total Files

48

Last publish

Collaborators

  • gregorypratt