@loopbackapp/widget-react
v0.5.1
Published
Loopback's ([loopback.works](https://loopback.works)) React ([react.dev](https://react.dev)) widget.
Readme
@loopbackapp/widget-react
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.
Installation
npm install -S @loopbackapp/widget-reactUsage
Import and instantiate the Loopback widget:
import { FeedbackWidget } from "@loopbackapp/widget-react";
import "@loopbackapp/widget-react/dist/style.css";
<FeedbackWidget projectId="your-project-id" />;Configuration
You can configure the look & feel of the widget in your project dashboard on loopback.works.
Contributing
Please see CONTRIBUTING.
