Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The potentiometer SVG is taken from https://freesvg.org/potentiometer and some of the functions are taken from https://github.com/vitaliy-bobrov/js-rocks knob component
| Name | Description | Default |
|---|---|---|
| properties | ||
| min | number | 0 |
| max | number | 100 |
| value | number | 0 |
| step | number | 1 |
| startDegree | number | -135 |
| endDegree | number | 135 |
| pinInfo | ElementPin[] | [{"name":"GND","x":29,"y":68.5,"number":1,"signals":[{"type":"power","signal":"GND"}]},{"name":"SIG","x":37,"y":68.5,"number":2,"signals":[null]},{"name":"VCC","x":44.75,"y":68.5,"number":3,"signals":[{"type":"power","signal":"VCC"}]}] |
| events | ||
| input | ||