mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
feat(list-header): redesign list header for iOS spec (#19915)
This commit is contained in:
@ -23,7 +23,9 @@
|
||||
|
||||
<ion-content id="content">
|
||||
<ion-list-header>
|
||||
Native
|
||||
<ion-label>
|
||||
Native
|
||||
</ion-label>
|
||||
</ion-list-header>
|
||||
|
||||
<div class="ion-padding-start">
|
||||
@ -49,7 +51,9 @@
|
||||
</div>
|
||||
|
||||
<ion-list-header>
|
||||
Ionic
|
||||
<ion-label>
|
||||
Ionic
|
||||
</ion-label>
|
||||
</ion-list-header>
|
||||
<ion-item>
|
||||
<ion-label>Unchecked</ion-label>
|
||||
@ -72,7 +76,9 @@
|
||||
</ion-item>
|
||||
|
||||
<ion-list-header>
|
||||
Colors
|
||||
<ion-label>
|
||||
Colors
|
||||
</ion-label>
|
||||
</ion-list-header>
|
||||
<div class="ion-padding-start">
|
||||
<ion-checkbox indeterminate></ion-checkbox>
|
||||
@ -87,7 +93,9 @@
|
||||
</div>
|
||||
|
||||
<ion-list-header>
|
||||
Parent
|
||||
<ion-label>
|
||||
Parent
|
||||
</ion-label>
|
||||
</ion-list-header>
|
||||
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user