-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 1.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/node_modules/@brightspace-ui/core/components/demo/styles.css" type="text/css">
<script type="module">
import '@brightspace-ui/core/components/colors/colors.js';
import '@brightspace-ui/core/components/typography/typography.js';
</script>
<title>labs</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<style>
body {
padding: 0 30px;
}
</style>
</head>
<body class="d2l-typography">
<h1 class="d2l-heading-2">Demos</h1>
<h2 class="d2l-heading-2">Components</h2>
<ul>
<li><a href="demo/components/accessibility-disability-simulator/index.html">Accessibility Disability Simulator</a></li>
<li><a href="demo/components/attribute-picker/index.html">Attribute Picker</a></li>
<li><a href="demo/components/card-overlay/index.html">Card-Overlay</a></li>
<li><a href="demo/components/checkbox-drawer/index.html">Checkbox-Drawer</a></li>
<li><a href="demo/components/community/index.html">Community</a></li>
<li><a href="demo/components/opt-in-flyout/index.html">Opt-In Flyout</a></li>
<li><a href="demo/components/pagination/index.html">Pagination</a></li>
<li><a href="demo/components/view-toggle/index.html">View Toggle</a></li>
<li><a href="demo/components/wizard/index.html">Wizard</a></li>
</ul>
<h2 class="d2l-heading-3">Controllers</h2>
<ul>
<li><a href="demo/controllers/computed-values/index.html">ComputedValues</a></li>
<li><a href="demo/controllers/language-listener/index.html">LanguageListener</a></li>
</ul>
<h2 class="d2l-heading-3">Utilities</h2>
<ul>
<li><a href="demo/utilities/reactive-store/index.html">ReactiveStore</a></li>
</ul>
</body>
</html>