diff --git a/src/components/item/item.ts b/src/components/item/item.ts index 41d3b4d5f5..fa0f3579ed 100644 --- a/src/components/item/item.ts +++ b/src/components/item/item.ts @@ -123,6 +123,10 @@ import { Label } from '../label/label'; * Any element directly placed inside of an `` that does not have one of the previously mentioned * attributes and isn't one of the above elements will be placed inside of a [Label](../../label/Label). * + * ### Text Alignment + * By default, Items will align text to the left and add an ellipsis when the text is wider than the item. + * See the [Utility Attributes Documentation](../../../../theming/css-utilities/) for attributes that can + * be added to `ion-item` to transform the text. * * @usage *