Published
Edited
Oct 15, 2021
1 star
Also listed in…
API
Insert cell
Insert cell
Insert cell
$ = (await import('https://unpkg.com/cash-dom@8.1.0/dist/cash.esm.js?module')).default

Insert cell
{
const out = html``;
yield out
$('<footer>Appended with Cash</footer>').appendTo ( out );
}
Insert cell
{
const out = html`<div class="target"><i>already here</i></div>`;
yield out;
$(".target").append(`-- <b>added! ${Date.now()}</b>`)
}
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