From 0707ddaf3c9254fc87a52e8ffcea5d3da83e3fbd Mon Sep 17 00:00:00 2001 From: Jochen Kuehner Date: Fri, 15 Dec 2023 10:21:20 +0100 Subject: [PATCH] feat: add a sample using a webcomponent --- tests/webcomponent.html | 213 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 213 insertions(+) create mode 100644 tests/webcomponent.html diff --git a/tests/webcomponent.html b/tests/webcomponent.html new file mode 100644 index 00000000000..7e282ef7ef8 --- /dev/null +++ b/tests/webcomponent.html @@ -0,0 +1,213 @@ + + + + + + Blockly Playground Webcomponent + + + + + + + + + + + + \ No newline at end of file