Item

Improve this doc

Creates a list-item that can easily be swiped, deleted, reordered, edited, and more.

There are three common ways to use an item:

By default, <button ion-item> and <a ion-item> will receive a right arrow icon on iOS to signal that tapping the item will reveal more information. To hide this icon, add the detail-none attribute to the item (eg: <button ion-item detail-none>). To add the icon when it is not displayed by default, add the detail-push attribute (eg: <ion-item detail-push>).

Component

selector: ion-item,[ion-item]

Usage

<ion-list>

  // default item
  <ion-item>
    
  </ion-item>

</ion-list>

Related

List Component Docs, List API Docs

API

Native

General