mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
19 lines
310 B
HTML
19 lines
310 B
HTML
<ion-toolbar>
|
|
<ion-title>Chips With Text</ion-title>
|
|
</ion-toolbar>
|
|
|
|
<ion-content padding style="text-align:center">
|
|
|
|
<p>
|
|
<ion-chip>
|
|
<ion-label>Default</ion-label>
|
|
</ion-chip>
|
|
</p>
|
|
<p>
|
|
<ion-chip>
|
|
<ion-label>Another Longer Text</ion-label>
|
|
</ion-chip>
|
|
</p>
|
|
|
|
</ion-content>
|