Published
Edited
Apr 12, 2021
Fork of Tweakpane
Insert cell
md`# Tweakpane
https://cocopon.github.io/tweakpane/
`
Insert cell
Tweakpane = require('tweakpane');
Insert cell
{
const parent = document.createElement("div");
parent.style.position = "relative";
parent.style.paddingBottom = "200px";
const PARAMS = {
factor: 123,
title: 'hello',
color: '#0f0',
};
const pane = new Tweakpane({
container: parent
});
pane.addInput(PARAMS, 'factor');
pane.addInput(PARAMS, 'title');
pane.addInput(PARAMS, 'color');
return parent;
}

Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more