Platform
Resources
Pricing
Sign in
Contact us
Tom Larkworthy
Tech Lead at Taktile. Formerly Firebase, Google
Workspace
Fork
Published
2 collections
By
Tom Larkworthy
Edited
Feb 17, 2021
3 forks
Importers
39 stars
ui
Composing viewofs with the view literal
Scaling User Interface Development
localStorageView: Non-invasive local persistance
DOM view
urlQueryFieldView: Non-invasive URL field persistence
Design Guidelines and Linter for Reusable UI Components
Squeezing more Juice out of UI libraries
Reversible attachment
Globally Synchronized Views
Tabbed Pane View
Multiplayer Cursors
👋 Hello, javascript-state-machine ⨯ Plot
Vertical Sliders
Draggable LocalFile fileInput
Data Editor
UI Animation
View Composition Examples
Composing views across time: viewroutine
Hypertext literal reconciliation with nanomorph
Responsive grid
imgChooser
Draggable Sticky view
Howto import a React component (Chonky Example)
Also listed in…
Observable's Instagram Shares
Insert cell
Insert cell
Insert cell
viewof
demo
=
verticalSliders
(
{
values
:
Array
(
30
)
.
fill
(
0
)
.
map
(
(
_
,
i
)
=>
Math
.
sin
(
i
/
3
+
now
/
500
)
/
2
+
0.5
)
,
labels
:
Array
(
30
)
.
fill
(
0
)
.
map
(
(
_
,
i
)
=>
i
)
}
)
Insert cell
Insert cell
Insert cell
viewof
color
=
verticalSliders
(
{
names
:
[
"r"
,
"g"
,
"b"
]
,
labels
:
[
"red"
,
"green"
,
"blue"
]
,
maxs
:
[
255
,
255
,
255
]
,
steps
:
[
1
,
1
,
1
]
}
)
Insert cell
import
{
form
}
from
"@tomlarkworthy/mutable-form-input"
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
Listed in...
ui
Tom Larkworthy
Observable's Instagram Shares
Observable
Edit
Show 2 comments
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
verticalSliders
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
demo
Show 5 comments
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
color
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML