solid-pianoroll
Pianoroll UI Control for Solid JS apps
Quick start
Install it:
npm i solid-pianoroll
# or
yarn add solid-pianoroll
# or
pnpm add solid-pianoroll
Use it:
Interactive PianoRoll
import { PianoRoll } from "solid-pianoroll";
<PianoRoll
...
/>