mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
33 lines
634 B
HTML
33 lines
634 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Picker</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
|
|
<button block class="e2eTwoColumns" (click)="twoColumns()">
|
|
2 Columns
|
|
</button>
|
|
|
|
<button block class="e2ePrefixLabel" (click)="prefixLabel()">
|
|
Prefix Label
|
|
</button>
|
|
|
|
<button block class="e2eSuffixLabel" (click)="suffixLabel()">
|
|
Suffix Label
|
|
</button>
|
|
|
|
<button block class="e2eColumnSizesLabel" (click)="columnSizes()">
|
|
Columns with sizes
|
|
</button>
|
|
|
|
|
|
<p aria-hidden="true" padding>
|
|
<code>Smoothie: {{ smoothie }}</code><br>
|
|
<code>Timer: {{ timer }}</code><br>
|
|
</p>
|
|
|
|
</ion-content>
|
|
|
|
<style>
|
|
|
|
</style> |