observable-framework-input-text
Input: Text
Observable Framework documentation: Input: Text Source: https://observablehq.com/framework/input-text
API · Source · The text input allows freeform single-line text entry. For multiple lines, see the text area input.
In its most basic form, a text input is a blank box whose value is the empty string. The text’s value changes as the user types into the box.
const text = view(Inputs.text());
text
We recommend providing a label and placeholder to improve usability. You can also supply an initial value if desired.
More from spqw/skill-observable-framework
observable-framework-lib-deckgl
Using Deck.gl in Observable Framework for large-scale geospatial data visualization.
11observable-framework-lib-mapbox-gl
Using Mapbox GL JS in Observable Framework for vector tile maps.
4observable-framework-jsx
Using JSX (React components) in Observable Framework pages.
3observable-framework-files
Working with files in Observable Framework — file attachments, file-based routing, and FileAttachment API.
3observable-framework-input-range
Range slider input component in Observable Framework — select a numeric value.
3observable-framework-lib-tex
Using TeX/LaTeX in Observable Framework for mathematical typesetting.
3