Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

52e3c27 · Dec 19, 2024

History

History
12 lines (12 loc) · 265 Bytes
·

example_component_html.md

File metadata and controls

12 lines (12 loc) · 265 Bytes
·
<ion-list>
  <ion-item>
    <ion-badge slot="start">11</ion-badge>
    <ion-label>Badge in start slot</ion-label>
  </ion-item>
  <ion-item>
    <ion-badge slot="end">22</ion-badge>
    <ion-label>Badge in end slot</ion-label>
  </ion-item>
</ion-list>