-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 873 Bytes
/
index.html
File metadata and controls
23 lines (21 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
<script type="text/javascript" src="/node_modules/provenance-widgets/web-components/index.js"></script>
<link rel="stylesheet" href="/node_modules/provenance-widgets/web-components/styles.css" />
</head>
<body>
<label for="wp-slider">Slider</label>
<label for="wp-range-slider">Range Slider</label>
<label for="wp-inputtext">Input Text</label>
<label for="wp-multiselect">Multi Select</label>
<label for="wp-dropdown">Dropdown</label>
<label for="wp-checkbox">Checkbox</label>
<label for="wp-radiobutton">Radio</label>
<script type="module" src="/src/main.ts"></script>
</body>
</html>