-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.html
74 lines (69 loc) · 2.09 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
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<body>
<h1>Marionette Recipes</h1>
<ul>
<li>
<h4>Components</h4>
<ul>
<li><a href="recipes/tabs">Tabs</a></li>
<li><a href="recipes/dropdown">Dropdown</a></li>
<li>
<h4>Progress Bars</h4>
<ul>
<li><a href="recipes/progress-bar">Simple Progress Bar</a></li>
<li><a href="recipes/nprogress-progress-bar">NProgress Progress Bar</a></li>
</ul>
</li>
<li>
<h4>Overlays</h4>
<ul>
<li><a href="bootstrap/modals">Modals</a></li>
<li><a href="recipes/overlay">Overlay</a></li>
</ul>
</li>
<li>
<h4>Lists</h4>
<ul>
<li><a href="recipes/rendering-lists/simple-lists">Simple Lists</a></li>
<li><a href="recipes/rendering-lists/sorted-list">Sorted List</a></li>
<li><a href="recipes/rendering-lists/infinite-list">Infinite List</a></li>
</ul>
</li>
</ul>
</li>
<li>
<h4>Interactions</h4>
<ul>
<li><a href="recipes/hotkeys">Hot Keys</a></li>
<li><a href="recipes/disable-scrolling">Disable Scrolling</a></li>
</ul>
</li>
<li>
<h4>Architecture</h4>
<ul>
<li><a href="recipes/architectures/requirejs/">Requirejs</a></li>
<li><a href="recipes/architectures/browserify">Browserify</a></li>
</ul>
</li>
<li>
<h4>Regions</h4>
<ul>
<li><a href="recipes/animated-region">Animated Region</a></li>
</ul>
</li>
<li>
<h4>Experimental</h4>
<ul>
<li><a href="experimental/puppets">App</a></li>
<li>
<h4>Functional Mixins (Backbone.Advice)</h4>
<ul>
<li><a href="expirmental/advice/dropdown">Dropdown</a></li>
<li><a href="expirmental/advice/dropdown2">Dropdown (expirmental api)</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</body>
</html>