Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Enlcxx committed May 29, 2019
1 parent f8dfd9f commit a73f773
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/app/docs/layout/tabs-demo/basic-tabs/basic-tabs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,3 @@
</ly-tab>
</ly-tabs>
</div>

<div ly-paper bg="background:primary">
<ly-tabs>
<ly-tab>
<button ly-tab-label>Item One</button>
<div [withClass]="classes.content" lyTyp="body1">Item One</div>
</ly-tab>
<ly-tab>
<button ly-tab-label active>Item Two</button>
<div [withClass]="classes.content" lyTyp="body1">Item Two</div>
</ly-tab>
</ly-tabs>
</div>

0 comments on commit a73f773

Please sign in to comment.