forked from sourcejs/example-specs-showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.src
22 lines (19 loc) · 987 Bytes
/
index.src
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="source_subhead">
<h1>Examples Specs</h1>
<div class="source_catalog_tx">
<p>This Spec catalogue features showcase of SourceJS Spec features and it's plugins. View <a class="source-a_a" href="https://github.com/sourcejs/example-specs-showcase">source code</a> of this library to compare it with rendered results.</p>
<p>Navigation pages like this, are hand crafted, following <a href="http://sourcejs.com/docs/data-nav" class="source-a_a">Data Nav API</a>.</p>
</div>
</div>
<div class="source_catalog" data-nav="example-specs-showcase" data-tag="without-tag">
<h2>Native Specs</h2>
<ul class="source_catalog_list">
<img src="/source/assets/i/process.gif" alt="Loading..."/>
</ul>
</div>
<div class="source_catalog" data-nav="example-specs-showcase" data-tag="plugins">
<h2>Rendered With Plugins</h2>
<ul class="source_catalog_list">
<img src="/source/assets/i/process.gif" alt="Loading..."/>
</ul>
</div>