Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eye-wave committed Oct 22, 2024
1 parent 9131cdb commit 1564473
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ npm install svelte-knobs

## Usage

Import the `Knob` component and use it in your Svelte application:

```svelte
<script>
import { Knob } from 'svelte-knobs';
let volume = 50;
</script>
<Knob bind:value={volume} label="Volume" unit="%" />
```

### Examples

#### Basic Knob

```typescript
Expand Down

0 comments on commit 1564473

Please sign in to comment.