We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f1c7c commit c7859a2Copy full SHA for c7859a2
README.md
@@ -27,7 +27,7 @@ npm install svelte-knobs
27
28
```svelte
29
<script lang="ts">
30
- import { createFloatParam, Knob } from '$lib';
+ import { createFloatParam, Knob } from 'svelte-knobs';
31
32
const basicParam = createFloatParam('lin', 0, 100);
33
let basicValue = 0;
0 commit comments