@loopbackapp/widget-svelte
v0.10.1
Published
Loopback's ([loopback.works](https://loopback.works)) Svelte ([svelte.dev](https://svelte.dev)) widget.
Downloads
33
Readme
@loopbackapp/widget-svelte
Loopback's (loopback.works) Svelte (svelte.dev) widget.
Use this if you work with Svelte and would like to add the Loopback widget to your application.
Installation
npm install -d @loopbackapp/widget-svelteUsage
Import and instantiate the Loopback widget:
<script>
import { FeedbackWidget } from '@loopbackapp/widget-svelte';
</script>
<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.
