Skip to content

Commit 3fb0af5

Browse files
author
JoelCDL
committed
Add skip nav component to toolkit
1 parent 9e37fa0 commit 3fb0af5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

index.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<li><a href="src/components/sidebarbox-view.hbs">Sidebar Box</a></li>
6161
<li><a href="src/components/sidebarnav-view.hbs">Sidebar Nav</a></li>
6262
<li><a href="src/components/sidebarpost-view.hbs">Sidebar Post</a></li>
63+
<li><a href="src/components/skipnav-view.hbs">Skip Nav</a></li>
6364
<li><a href="src/components/utilitynav-view.hbs">Utility Nav</a></li>
6465
</ul>
6566
<h2>Objects</h2>

src/components/skipnav-view.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{#extend "base"}}{{#content "body"}}
2+
{{> skipnav }}
3+
{{/content}}{{/extend}}

0 commit comments

Comments
 (0)