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

Need to test importing/using `KnobInput` as dependency in another project #1

Closed jhnsnc closed 3 years ago

jhnsnc commented 7 years ago

Should include the following files (all compressed):

jhnsnc commented 7 years ago

To complete this task, create a new project that serves a simple front-end, pulls in the knob-input library via NPM, and demonstrates that it works to help the user set up custom knob inputs. Preferably this test app would demonstrate the library working as a CommonJS module, a UMD module, and a window global (probably a separate test page for each).

jhnsnc commented 7 years ago

I have a demo on CodePen that demonstrates using the new FLStandardKnob class via the window global script option: https://codepen.io/jhnsnc/pen/mqPGQK

I could still use help verifying that the CommonJS and UMD modules work as expected.