Published
Edited
Feb 8, 2021
1 star
Insert cell
md`# Stepper Template`
Insert cell
Insert cell
md`## Utils`
Insert cell
steps = 5
Insert cell
Insert cell
function set(input, value) {
input.value = value;
input.dispatchEvent(new CustomEvent("input"));
}
Insert cell
md`---

## Appendix`
Insert cell
import {Input, Button, Range, bind, html} from "@observablehq/inputs"
Insert cell
d3 = require('d3@6')
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