Published
Edited
Apr 11, 2021
1 fork
Insert cell
md`# Tweakpane
https://cocopon.github.io/tweakpane/
`
Insert cell
Tweakpane = require('tweakpane');
Insert cell
{
const PARAMS = {
factor: 123,
title: 'hello',
color: '#0f0',
};
const pane = new Tweakpane();
pane.addInput(PARAMS, 'factor');
pane.addInput(PARAMS, 'title');
pane.addInput(PARAMS, 'color');
return pane;
}

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