solid-knobs
provides various utilities for building user-friendly components for controlling audio parameters and the like.
These utilities come without any CSS; they only help with setting up commonly needed functionalities quickly and easily.
The included JSX components are written for SolidJS and have no external dependencies.
Demo: https://tahti-studio.github.io/solid-knobs/
npm install solid-knobs
The generated docs are located in the docs
folder.
However, to get a feel for how all the different parts are used, please take a look at the examples.
The examples are also hosted at: https://tahti-studio.github.io/solid-knobs/
- Clone.
npm install
cd examples
npm install
npm run dev
Contributions are most welcome! There is no specific process (at least yet), just open a PR if you feel like it.