🌱 Introduction to Views with Observable

Source

Use viewof to make reactive form elements in observable.

Remember observable !== javascript. It is its own language to allow for reactive, non-linear, and asynchronous abilities in the notebook.

viewof x = html`<input type=range min=0 max=1 step=any>`
Made by Brandon . If you find this project useful you can donate.