Skip to content

Commit

Permalink
feat(tabs): Implement a tab component (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
amsheehan committed May 11, 2017
1 parent 01c6ca5 commit 0c00d3f
Show file tree
Hide file tree
Showing 27 changed files with 2,824 additions and 8 deletions.
1 change: 1 addition & 0 deletions demos/images/ic_tabs_24px.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<span class="catalog-list-icon mdc-list-item__start-detail"><img class="catalog-component-icon" src="/images/ic_button_24px.svg" /></span>
<a href="fab.html" class="mdc-list-item__text">
Floating action button
<span class="mdc-list-item__text__secondary"></span>
<span class="mdc-list-item__text__secondary">The primary action in an application</span>
</a>
</li>

Expand Down Expand Up @@ -223,6 +223,14 @@
</a>
</li>

<li class="mdc-list-item">
<span class="catalog-list-icon mdc-list-item__start-detail"><img class="catalog-component-icon" src="/images/ic_tabs_24px.svg" /></span>
<a href="tabs.html" class="mdc-list-item__text">
Tabs
<span class="mdc-list-item__text__secondary">Tabs with support for icon and text labels</span>
</a>
</li>

<li class="mdc-list-item">
<span class="catalog-list-icon mdc-list-item__start-detail"><img class="catalog-component-icon" src="/images/ic_text_field_24px.svg" /></span>
<a href="textfield.html" class="mdc-list-item__text">
Expand Down Expand Up @@ -254,7 +262,6 @@
<span class="mdc-list-item__text__secondary">Type hierarchy</span>
</a>
</li>

</ul>
</nav>
</main>
Expand Down

0 comments on commit 0c00d3f

Please sign in to comment.