LitElement example

This commit is contained in:
2020-05-06 09:10:42 +02:00
parent fbea880b64
commit a77473fad4
13 changed files with 8643 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WebComponentTests</title>
</head>
<body>
<h2>WebComponent binding</h2>
<test-bridge></test-bridge>
<hr>
</body>
</html>