solid-knobs
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/
Install
npm install solid-knobs
Docs
The generated docs are located in thedocs
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/Projects using solid-knobs
Running the examples locally
- Clone.
npm install
cd examples
npm install
npm run dev