Public
Edited
Apr 29, 2023
Fork of Range Slider
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
interval([-10, 10], {
step: .25,
value: [0, 8],
label: 'My slider',
})
Insert cell
Insert cell
rangeSlider({
min: -10,
max: 10,
step: .25,
value: [0, 8],
title: 'My slider',
description: 'This is a slider.',
})
Insert cell
Insert cell
rangeInput({
min: -10,
max: 10,
step: .25,
value: [0, 8],
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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