1.0.19 • Published 11 months ago

@feedback_relay/widget v1.0.19

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

FeedbackRelay Widget

The FeedbackRelay Widget is a self-contained component that can be easily embedded into any webpage. It is designed to be modular and straightforward, allowing for quick integration.

Table of Contents

Installing

To install the widget package, run the following command:

npm install @feedback_relay/widget

Configuration

To integrate the FeedbackRelay Widget into your webpage, follow these steps:

  1. Include the required object in your file:

    import MyWidget from @feedback_relay/widget
  2. Define your configuration object of type Configuration:

    const config: Configuration = {
        project_id: "your-project-id"
    };    
  3. Call the renderWidget function before any other script to initialize the widget:

    MyWidget.renderWidget(config);     
1.0.19

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.5

11 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

0.1.7

12 months ago