Published unlisted
Edited
Oct 21, 2019
Insert cell
Insert cell
Insert cell
Insert cell
viewof slide = {
debugger;
const slider = html`<input type=range>`;
const div = html`<div><a href='#html'>Here's a link to the <code>html</code> cell</a>.</div>
<br/>
<div>slide this: ${slider}`;
div.value = slider.valueAsNumber;
slider.oninput = () => {
div.value = slider.valueAsNumber;
div.dispatchEvent(new CustomEvent('input'));
};
return div;
}
Insert cell
slide
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