Lists are made up of multiple rows of items which can contain text, buttons, toggles,
icons, thumbnails, and much more. Lists generally contain items with similar data content, such as images and text.
Lists support several interactions including swiping items to reveal options, dragging to reorder items within the list, and deleting items.
Adding the inset
property to a list will apply margin around the list. In ios
mode it will also add rounded corners to the list.
Adding the lines
property to a list will adjust the bottom borders of all of the items in the list. Setting it to "full"
will display full width borders, "inset"
will display borders adjusted with left padding, and "none"
will show no borders. If the lines
property is set on an item in a list, that will take priority over the property on the list.
Description | true の場合、リストの周囲に余白ができ、角が丸くなる。 |
Attribute | inset |
Type | boolean |
Default | false |
Description | すべてのアイテムで、下のボーダーをどのように表示させるか。 |
Attribute | lines |
Type | "full" | "inset" | "none" | undefined |
Default | undefined |
Description | modeは、どのプラットフォームのスタイルを使用するかを決定します。 |
Attribute | mode |
Type | "ios" | "md" |
Default | undefined |
No events available for this component.
Description | If ion-item-sliding are used inside the list, this method closes any open sliding item.
Returns true if an actual ion-item-sliding is closed. |
Signature | closeSlidingItems() => Promise<boolean> |
No CSS shadow parts available for this component.
No CSS custom properties available for this component.
No slots available for this component.