Explorar el Código

New aside kitchenSink

soyjavi hace 13 años
padre
commit
b88358cbbc

+ 2 - 3
examples/test/app/resources/asides/features.html

@@ -13,8 +13,7 @@
 
             <!-- List -->
             <li>
-                <a href="#list" data-target="section">
-                    <div class="bubble right">8</div>
+                <a href="#list" data-target="section" data-count="3">
                     <strong>Lists</strong>
                     <small>Indented, Scroll</small>
                 </a>
@@ -59,7 +58,7 @@
 
             <!-- Asides -->
             <li>
-                <a href="#" data-target="section">
+                <a href="#aside" data-target="section">
                     <div class="bubble right">8</div>
                     <strong>Asides</strong>
                     <small>Indented, Scroll</small>

+ 10 - 0
examples/test/app/resources/sections/aside.html

@@ -0,0 +1,10 @@
+<section id="aside" class="extended">
+    <header data-back="home" data-title="Aside"></header>
+
+    <nav class="grooupbar">
+        <a href="#" data-icon="left" data-label="Left"></a>
+        <a href="#" data-icon="right" data-label="Right"></a>
+    </nav>
+
+    <article></article>
+</section>

+ 1 - 1
examples/test/kitchensink.html

@@ -129,7 +129,7 @@
             version: '2.0',
             sugars: ['map', 'pull'],
             resources: {
-                sections: [ 'notification.html', 'list.html', 'icon.html', 'grid.html', 'form.html'],
+                sections: [ 'notification.html', 'list.html', 'icon.html', 'grid.html', 'form.html', 'aside.html'],
                 templates: [],
                 asides: ['features.html', 'profiles.html']
             }