feat(list-header): redesign list header for iOS spec (#19915)

This commit is contained in:
Brandy Carney
2019-11-19 14:53:37 -05:00
committed by GitHub
parent abdaaf320b
commit 5bbb95fae1
49 changed files with 763 additions and 195 deletions

View File

@ -22,7 +22,11 @@
<ion-content id="content">
<ion-list>
<ion-list-header>Badges Right</ion-list-header>
<ion-list-header>
<ion-label>
Badges Right
</ion-label>
</ion-list-header>
<ion-item>
<ion-label>Default Badge</ion-label>
<ion-badge slot="end">00</ion-badge>
@ -70,7 +74,11 @@
</ion-list>
<ion-list>
<ion-list-header>Badges Left</ion-list-header>
<ion-list-header>
<ion-label>
Badges Left
</ion-label>
</ion-list-header>
<ion-item>
<ion-label>Default Badge</ion-label>
<ion-badge slot="start">00</ion-badge>