ion-item
Properties
button
boolean
Whether or not this item should be tappable.
If true, a button tag will be rendered. Defaults to false.
color
string
The color to use from your Sass $colors map.
Default options are: "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", and "dark".
For more information, see Theming your App.
detail
boolean
If true, a detail arrow will appear on the item. Defaults to false unless the mode
is ios and an href, onclick or button property is present.
disabled
boolean
If true, the user cannot interact with the item. Defaults to false.
goBack
boolean
href
string
Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
mode
string
The mode determines which platform styles to use.
Possible values are: "ios" or "md".
For more information, see Platform Styles.
Attributes
button
boolean
Whether or not this item should be tappable.
If true, a button tag will be rendered. Defaults to false.
color
string
The color to use from your Sass $colors map.
Default options are: "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", and "dark".
For more information, see Theming your App.
detail
boolean
If true, a detail arrow will appear on the item. Defaults to false unless the mode
is ios and an href, onclick or button property is present.
disabled
boolean
If true, the user cannot interact with the item. Defaults to false.
go-back
boolean
href
string
Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
mode
string
The mode determines which platform styles to use.
Possible values are: "ios" or "md".
For more information, see Platform Styles.
Built with StencilJS