Skip to content

Commit 1564473

Browse files
committed
fix: update readme
1 parent 9131cdb commit 1564473

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@ npm install svelte-knobs
2222

2323
## Usage
2424

25-
Import the `Knob` component and use it in your Svelte application:
26-
27-
```svelte
28-
<script>
29-
import { Knob } from 'svelte-knobs';
30-
let volume = 50;
31-
</script>
32-
33-
<Knob bind:value={volume} label="Volume" unit="%" />
34-
```
35-
36-
### Examples
37-
3825
#### Basic Knob
3926

4027
```typescript

0 commit comments

Comments
 (0)