quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
45 lines (37 loc) • 818 B
JSON
{
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/list-and-list-items"
},
"props": {
"bordered": {
"extends": "bordered"
},
"dense": {
"extends": "dense"
},
"separator": {
"type": "Boolean",
"desc": "Applies a separator between contained items",
"category": "content"
},
"dark": {
"extends": "dark"
},
"padding": {
"type": "Boolean",
"desc": "Applies a material design-like padding on top and bottom",
"category": "content"
},
"tag": {
"extends": "tag",
"default": "div",
"examples": [ "div", "ul", "ol" ],
"addedIn": "v2.10.1"
}
},
"slots": {
"default": {
"desc": "This is where the content goes; Suggestion: QItem, QExpansionItem, ..."
}
}
}