feedbacky-react-widget

1.0.9 • Public • Published

Feedbacky

Feedbacky is an embeddable widget for your e-commerce website to get user feedbacks.

Usage

You can import Feedbacky either as a npm package or directly import via html script tag.

###1. npm package

 import { Feedbacky } from 'feedbacky-react-widget';
  function Test() {
     return (
        <div>
           <Feedbacky/>
        </div>
     )

###2. html script tag

  <!DOCTYPE html>
  <html lang="en">
    <head>
      <title>React App</title>
    </head>
    <body>
      <div id="root"></div>
      <!-- Only need to write these 2 lines -->
      <div class="feedbacky-widget"></div>
      <script src="https://46.101.202.22:3000/feedbacky.bundle.js"></script>
    </body>
  </html>

License

ISC

Readme

Keywords

Package Sidebar

Install

npm i feedbacky-react-widget

Weekly Downloads

2

Version

1.0.9

License

ISC

Unpacked Size

25 kB

Total Files

4

Last publish

Collaborators

  • iohri