Platform
Resources
Pricing
Sign in
Get started
Arthur Ostapenko
Workspace
Fork
Published
By
Arthur Ostapenko
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.
Try it for free
Learn more
Fork
View
Export
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Tweakpane
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML