octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
docs(item-group): update usage
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 1 changed files with 12 additions and 4 deletions
@@ -1,6 +1,8 @@
|
|||||||
```html
|
```html
|
||||||
<ion-item-group>
|
<ion-item-group>
|
||||||
<ion-item-divider>A</ion-item-divider>
|
<ion-item-divider>
|
||||||
|
<ion-label>A</ion-label>
|
||||||
|
</ion-item-divider>
|
||||||
|
|
||||||
<ion-item>
|
<ion-item>
|
||||||
<ion-label>Angola</ion-label>
|
<ion-label>Angola</ion-label>
|
||||||
@@ -14,7 +16,9 @@
|
|||||||
</ion-item-group>
|
</ion-item-group>
|
||||||
|
|
||||||
<ion-item-group>
|
<ion-item-group>
|
||||||
<ion-item-divider>B</ion-item-divider>
|
<ion-item-divider>
|
||||||
|
<ion-label>B</ion-label>
|
||||||
|
</ion-item-divider>
|
||||||
|
|
||||||
<ion-item>
|
<ion-item>
|
||||||
<ion-label>Bangladesh</ion-label>
|
<ion-label>Bangladesh</ion-label>
|
||||||
@@ -31,7 +35,9 @@
|
|||||||
<!-- They can also be used to group sliding items -->
|
<!-- They can also be used to group sliding items -->
|
||||||
<ion-item-group>
|
<ion-item-group>
|
||||||
<ion-item-divider>
|
<ion-item-divider>
|
||||||
|
<ion-label>
|
||||||
Fruits
|
Fruits
|
||||||
|
</ion-label>
|
||||||
</ion-item-divider>
|
</ion-item-divider>
|
||||||
|
|
||||||
<ion-item-sliding>
|
<ion-item-sliding>
|
||||||
@@ -63,7 +69,9 @@
|
|||||||
|
|
||||||
<ion-item-group>
|
<ion-item-group>
|
||||||
<ion-item-divider>
|
<ion-item-divider>
|
||||||
|
<ion-label>
|
||||||
Vegetables
|
Vegetables
|
||||||
|
</ion-label>
|
||||||
</ion-item-divider>
|
</ion-item-divider>
|
||||||
|
|
||||||
<ion-item-sliding>
|
<ion-item-sliding>
|
||||||
|
|||||||
Reference in New Issue
Block a user