jhnsnc / precision-inputs

A highly customizable, accessible set of framework-agnostic input components for precision controls (knobs, dials, sliders, etc).
MIT License
51 stars 8 forks source link

Using as a package.json build time dependency rather than a head script #35

Open stubar opened 1 year ago

stubar commented 1 year ago

Hi thanks for building a great control.

I came here after scouring the internet for a rotary control offers an up down drag motion. Most others I found online are the other style, I agree with your statement here https://github.com/jhnsnc/precision-inputs/issues/13, up and down is better for precision hence why you see it employed in DAWs like Ableton.

I am building a browser based grid control for Ableton using Solid JS. I'd struggling getting the CSS working with this component, from what I can see the styles are prefixed with FL, I'm not quite sure what the difference between FL and the normal one and which one I should use?

Finally it would be good to be able to import as an isolated package. Currently I'm importing it globally like import '../../../node_modules/precision-inputs/dist/precision-inputs.js';