38 lines
No EOL
944 B
JSON
38 lines
No EOL
944 B
JSON
{
|
|
"type": "component",
|
|
"meta": {
|
|
"docsUrl": "https://v2.quasar.dev/vue-components/list-and-list-items"
|
|
},
|
|
"props": {
|
|
"avatar": {
|
|
"type": "Boolean",
|
|
"desc": "Render an avatar item side (does not needs 'side' prop to be set)",
|
|
"category": "content"
|
|
},
|
|
"thumbnail": {
|
|
"type": "Boolean",
|
|
"desc": "Render a thumbnail item side (does not needs 'side' prop to be set)",
|
|
"category": "content"
|
|
},
|
|
"side": {
|
|
"type": "Boolean",
|
|
"desc": "Renders as a side of the item",
|
|
"category": "content"
|
|
},
|
|
"top": {
|
|
"type": "Boolean",
|
|
"desc": "Align content to top (useful for multi-line items)",
|
|
"category": "content"
|
|
},
|
|
"no-wrap": {
|
|
"type": "Boolean",
|
|
"desc": "Do not wrap text (useful for item's main content)",
|
|
"category": "content"
|
|
}
|
|
},
|
|
"slots": {
|
|
"default": {
|
|
"desc": "Section's actual content"
|
|
}
|
|
}
|
|
} |