0.1.0 • Published 11 months ago
@howisit/svelte v0.1.0
How is it? - Svelte widget
Use this widget in your Svelte / SvelteKit applications to collect user feedback via howisit.app.
Getting Started
Install the dependency:
npm install -D @howisit/svelte
Add the widget to your app
<script>
import { FeedbackWidget } from "@howisit/svelte";
</script>
<FeedbackWidget projectId="your-project-id" />
Styling
Once you display the feedback widget, inspect the DOM and apply styles to the various elements the Feedback widget renders.