-
Notifications
You must be signed in to change notification settings - Fork 214
/
index.html
56 lines (52 loc) · 2.17 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
<!--.info loader-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Montage 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>Montage Overview</header>
<nav>
<h4>Composers:</h4>
<a href="composer/press-composer.info/sample/index.html">Press Composer</a>
<a href="composer/translate-composer.info/sample/index.html">Translate Composer</a>
<a href="composer/swipe-composer.info/sample/index.html">Swipe Composer</a>
<h4>Components:</h4>
<a href="ui/anchor.info/sample/index.html">Anchor</a>
<a href="ui/button.info/sample/index.html">Button</a>
<a href="ui/cascading-list.info/sample/index.html">Cascading list</a>
<a href="ui/checkbox.info/sample/index.html">CheckBox</a>
<a href="ui/flow.info/sample/index.html">Flow</a>
<a href="ui/html-fragment.info/sample/index.html">HTML Fragment</a>
<a href="ui/list.info/sample/index.html">List</a>
<a href="ui/list-item.info/sample/index.html">ListItem</a>
<a href="ui/number-field.info/sample/index.html">NumberField</a>
<a href="ui/placeholder.info/sample/index.html">Placeholder</a>
<a href="ui/radio.info/sample/index.html">Radio</a>
<a href="ui/repetition.info/sample/index.html">Repetition</a>
<a href="ui/slider.info/sample/index.html">Slider</a>
<a href="ui/succession.info/sample/index.html">Succession</a>
<a href="ui/text-area.info/sample/index.html">TextArea</a>
<a href="ui/text-field.info/sample/index.html">TextField</a>
<a href="ui/toggle.info/sample/index.html">Toggle</a>
<a href="ui/tree-list.info/sample/index.html">TreeList</a>
<a href="ui/virtual-list.info/sample/index.html">VirtualList</a>
<h4>Managers:</h4>
<a href="core/drag/drag.info/sample/index.html">Drag & Drop</a>
<h4>Tests:</h4>
<a href="test/run.html">Run tests</a>
</nav>
</body>
</html>