chore: initial Observable workspace with technical README
This commit is contained in:
6
docs/components/hello.js
Normal file
6
docs/components/hello.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export function helloCard(text) {
|
||||
const el = document.createElement("div");
|
||||
el.className = "card";
|
||||
el.textContent = text;
|
||||
return el;
|
||||
}
|
||||
Reference in New Issue
Block a user