Loopback's (loopback.works) React (react.dev) widget.
Use this if you work with React and would like to add the Loopback widget to your application.
npm install -S @loopbackapp/widget-react
Import and instantiate the Loopback widget:
import { FeedbackWidget } from "@loopbackapp/widget-react";
import "@loopbackapp/widget-react/dist/style.css";
<FeedbackWidget projectId="your-project-id" />;
You can configure the look & feel of the widget in your project dashboard on loopback.works.
Please see CONTRIBUTING.