Platform
Solutions
Resources
Pricing
Sign in
Sign up
Observable
The end-to-end solution for building and hosting better data apps, dashboards, and reports.
Workspace
Fork
Published
Observable Inputs
By
Mike Bostock
Edited
Dec 5, 2021
38 stars
Observable Inputs
Hello, Inputs!
Button Input
Toggle Input
Checkbox Input
Date Input
Radio Input
Range Input
Select Input
Text Input
Textarea Input
Color Input
File Input
Table Input
Search Input
Synchronized Inputs
Legacy Inputs
Form Input
Insert cell
Insert cell
viewof
rgb
=
Inputs
.
form
(
[
Inputs
.
range
(
[
0
,
255
]
,
{
step
:
1
,
label
:
"r"
}
)
,
Inputs
.
range
(
[
0
,
255
]
,
{
step
:
1
,
label
:
"g"
}
)
,
Inputs
.
range
(
[
0
,
255
]
,
{
step
:
1
,
label
:
"b"
}
)
]
)
Insert cell
rgb
Insert cell
Insert cell
viewof
rgb2
=
Inputs
.
form
(
{
r
:
Inputs
.
range
(
[
0
,
255
]
,
{
step
:
1
,
label
:
"r"
}
)
,
g
:
Inputs
.
range
(
[
0
,
255
]
,
{
step
:
1
,
label
:
"g"
}
)
,
b
:
Inputs
.
range
(
[
0
,
255
]
,
{
step
:
1
,
label
:
"b"
}
)
}
)
Insert cell
rgb2
Insert cell
One platform
to build and deploy the best data apps
Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Try it for free
Learn more
Fork
View
Export
Edit
Show 5 comments
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
rgb
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
rgb2
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Show 2 comments
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML