Public
Edited
May 2, 2023
Insert cell
import { tailwindStyles as styles } from '@hastebrot/hello-tailwind-css'
Insert cell
styles
Insert cell
html`<style>
[data-scoped-0] input:not([type]), [data-scoped-0] input[type=email], [data-scoped-0] input[type=number], [data-scoped-0] input[type=password], [data-scoped-0] input[type=range], [data-scoped-0] input[type=search], [data-scoped-0] input[type=tel], [data-scoped-0] input[type=text], [data-scoped-0] input[type=url] {
width: 100%;
}
</style>`
Insert cell
Insert cell
window.addEventListener("scroll", (event) => {
let scroll = this.scrollY;
console.log(scroll)
});
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