We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c3f5b commit 05ea938Copy full SHA for 05ea938
README.md
@@ -4,6 +4,8 @@
4
5
Prototype your Jupyter Widget in the browser with anywidget and JupyterLite 💡
6
7
+https://github.com/jtpio/anywidget-lite/assets/591645/ea0bdfc7-e1b6-433c-bf89-0a8a3c137613
8
+
9
## Usage
10
11
Open the following link in your browser and start coding:
content/index.js
@@ -8,7 +8,7 @@ function render({ model, el }) {
model.save_changes();
});
model.on("change:count", () => {
- button.innerHTML = `COUNT is ${getCount()}`;
+ button.innerHTML = `count is ${getCount()}`;
12
13
el.appendChild(button);
14
}
0 commit comments