diff --git a/src/components/item/item-sliding.ts b/src/components/item/item-sliding.ts index 9e35d704ab..ecc4a15b88 100644 --- a/src/components/item/item-sliding.ts +++ b/src/components/item/item-sliding.ts @@ -104,6 +104,23 @@ const enum SlidingState { * * ``` * + * ### Expandable Options + * + * Options can be expanded to take up the full width of the item if you swipe past + * a certain point. This can be combined with the `ionSwipe` event to call methods + * on the class. + * + * ```html + * + * + * Item + * + * + * + * + * ``` + * + * We can call `delete` by either clicking the button, or by doing a full swipe on the item. * * @demo /docs/demos/src/item-sliding/ * @see {@link /docs/components#lists List Component Docs}