Pianoroll UI Control for Solid JS apps


Keywords
solid
License
MIT
Install
npm install solid-pianoroll@0.0.25

Documentation

solid-pianoroll

solid-pianoroll

yarn

Demo

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
    ...
  />