mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
49 lines
1.3 KiB
HTML
49 lines
1.3 KiB
HTML
|
|
<ion-toolbar><ion-title>{{ component.title }}</ion-title></ion-toolbar>
|
|
|
|
<ion-content class="has-header padding components-demo">
|
|
|
|
<section id="action-sheet" [ng-class]="{hidden: component.title !== 'Action Sheets' }">
|
|
<button class="button" (click)="openMenu()">
|
|
Show Actionsheet
|
|
</button>
|
|
</section>
|
|
|
|
<section id="animation" [ng-class]="{hidden: component.title !== 'Animations' }">
|
|
TODO
|
|
</section>
|
|
|
|
<section id="buttons" [ng-class]="{hidden: component.title !== 'Buttons' }">
|
|
TODO
|
|
</section>
|
|
|
|
<section id="cards" [ng-class]="{hidden: component.title !== 'Cards' }">
|
|
TODO
|
|
</section>
|
|
|
|
<section id="icons" [ng-class]="{hidden: component.title !== 'Icons' }">
|
|
TODO
|
|
</section>
|
|
|
|
<section id="lists" [ng-class]="{hidden: component.title !== 'Lists' }">
|
|
TODO
|
|
</section>
|
|
<section id="menus" [ng-class]="{hidden:component.title !== 'Menus' }">
|
|
TODO
|
|
</section>
|
|
<section id="modals" [ng-class]="{hidden: component.title !== 'Modals' }">
|
|
TODO
|
|
</section>
|
|
<section id="navigation" [ng-class]="{hidden: component.title !== 'Navigation' }">
|
|
TODO
|
|
</section>
|
|
<section id="slides" [ng-class]="{hidden: component.title !== 'Slides' }">
|
|
TODO
|
|
</section>
|
|
|
|
<section id="tabs" [ng-class]="{hidden: component.title !== 'Tabs' }">
|
|
TODO
|
|
</section>
|
|
|
|
</ion-content>
|