Caption

List item that shows a piece of text. More...

Properties

Detailed Description

Examples:

import Ubuntu.Components.ListItems 0.1 as ListItem
Column {
    ListItem.Standard {
        text: "Default list item."
    }
    ListItem.Caption {
        text: "This is a caption text, which can span multiple lines."
    }
}

This component is under heavy development.

Property Documentation

text : string

This documentation is under development and is subject to change.

The text that is shown in the list item as a label.