LitElement example
This commit is contained in:
13
examples/litelement/src/index.html
Normal file
13
examples/litelement/src/index.html
Normal 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>
|
||||
3
examples/litelement/src/index.ts
Normal file
3
examples/litelement/src/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import 'bindable-property/dist/components/textcomponent';
|
||||
import 'bindable-property/dist/components/outputcomponent';
|
||||
import 'bindable-property/dist/components/bridge';
|
||||
Reference in New Issue
Block a user