forked from PhrontHQ/mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 2.58 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!--.info loader-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mod Framework - Components Overview</title>
<style>
header {
text-align: center;
font-size: 24px;
}
nav {
margin-top: 80px;
display: flex;
flex-direction: column;
}
</style>
</head>
<body>
<header>Mod Overview</header>
<nav>
<h4>Composers:</h4>
<a href="composer/press-composer.mod/teach/index.html">Press Composer</a>
<a href="composer/translate-composer.mod/teach/index.html">Translate Composer</a>
<a href="composer/swipe-composer.mod/teach/index.html">Swipe Composer</a>
<h4>Components:</h4>
<a href="ui/anchor.mod/teach/index.html">Anchor</a>
<a href="ui/button.mod/teach/index.html">Button</a>
<a href="ui/cascading-list.mod/teach/index.html">Cascading list</a>
<a href="ui/checkbox.mod/teach/index.html">CheckBox</a>
<a href="ui/condition.mod/teach/index.html">Condition</a>
<a href="ui/datagrid/datagrid.mod/teach/index.html">Datagrid</a>
<a href="ui/flow.mod/teach/index.html">Flow</a>
<a href="ui/html-fragment.mod/teach/index.html">HTML Fragment</a>
<a href="ui/list.mod/teach/index.html">List</a>
<a href="ui/list-item.mod/teach/index.html">ListItem</a>
<a href="ui/loader.mod/teach/without-template/index.html">Loader (sample without template)</a>
<a href="ui/loader.mod/teach/with-template/index.html">Loader (sample with template)</a>
<a href="ui/number-field.mod/teach/index.html">NumberField</a>
<a href="ui/overlay.mod/teach/index.html">Overlay</a>
<a href="ui/placeholder.mod/teach/index.html">Placeholder</a>
<a href="ui/radio.mod/teach/index.html">Radio</a>
<a href="ui/repetition.mod/teach/index.html">Repetition</a>
<a href="ui/slider.mod/teach/index.html">Slider</a>
<a href="ui/substitution.mod/teach/index.html">Substitution</a>
<a href="ui/succession.mod/teach/index.html">Succession</a>
<a href="ui/text-area.mod/teach/index.html">TextArea</a>
<a href="ui/text-field.mod/teach/index.html">TextField</a>
<a href="ui/toggle.mod/teach/index.html">Toggle</a>
<a href="ui/tree-list.mod/teach/index.html">TreeList</a>
<a href="ui/virtual-list.mod/teach/index.html">VirtualList</a>
<h4>Managers:</h4>
<a href="core/drag/drag.mod/teach/index.html">Drag & Drop</a>
<h4>Tests:</h4>
<a href="test/run.html">Run tests</a>
</nav>
</body>
</html>