Public
Edited
Dec 28, 2022
Fork of Layouts
Importers
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
html`${renderComponent(new HorizontalStack({gap:10, "flex-grow":1, children:[]}))}`
Insert cell
Insert cell
class VerticalStack extends GenericComponent {
constructor(props) {
super(
({gap, align, alignItems,children, ...props}) =>
html`<div class="${verticalStack({gap,align,alignItems})}" style="${propsToStyle(props)}">${renderChildren(
children
)}</div>`,
props
);
}
}
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
renderComponent(new Banner({}))
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