mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(item): add link to the utility attributes in item api docs
closes driftyco/ionic-site#661
This commit is contained in:
@ -123,6 +123,10 @@ import { Label } from '../label/label';
|
||||
* Any element directly placed inside of an `<ion-item>` 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
|
||||
*
|
||||
|
Reference in New Issue
Block a user