title |
---|
ion-item-options |
import Props from '@ionic-internal/component-api/v8/item-options/props.md'; import Events from '@ionic-internal/component-api/v8/item-options/events.md'; import Methods from '@ionic-internal/component-api/v8/item-options/methods.md'; import Parts from '@ionic-internal/component-api/v8/item-options/parts.md'; import CustomProps from '@ionic-internal/component-api/v8/item-options/custom-props.mdx'; import Slots from '@ionic-internal/component-api/v8/item-options/slots.md';
<title>ion-item-options: Option Button Components for Ionic Apps</title>import EncapsulationPill from '@components/page/api/EncapsulationPill';
The item options component is a container for the item option buttons in a sliding item. These buttons can be placed either on the start or end side.
See the item sliding documentation for more information.
Side | Position | Swipe Direction |
---|---|---|
start | To the left of the content in LTR, and to the right in RTL. | From left to right in LTR, and from right to left in RTL. |
end | To the right of the content in LTR, and to the left in RTL. | From right to left in LTR, and from left to right in RTL. |