import React from 'react'; import { Fader, FlatKnob, LEDFader, LEDKnob, MetalKnob, NeonKnob, RubberKnob, SteppedKnob, VintageKnob, } from 'dreamknob'; export const Hero: React.FC = () => { const [copied, setCopied] = React.useState(false); return (

Knobs that feel like hardware.

dreamknob is a feature-full React + TypeScript knob & fader library. Rotary, linear, 2D, 3D, digital and analog — with a headless core, any number range, any decimal precision, and colors you fully control.

pnpm add dreamknob
drag to rotate · scroll to nudge · +scroll for fine control · double-click to reset · arrow keys work too
); };