UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

43 lines 1.1 kB
{ "type": "component", "meta": { "docsUrl": "https://v1.quasar.dev/vue-components/list-and-list-items" }, "behavior": { "$listeners": { "desc": "All native events are being propagated (you don't need the '.native' modifier)" } }, "props": { "bordered": { "type": "Boolean", "desc": "Applies a default border to the component", "category": "style" }, "dense": { "type": "Boolean", "desc": "Dense mode; occupies less space", "category": "style" }, "separator": { "type": "Boolean", "desc": "Applies a separator between contained items", "category": "content" }, "dark": { "type": "Boolean", "desc": "Notify the component that the background is a dark color", "category": "style" }, "padding": { "type": "Boolean", "desc": "Applies a material design-like padding on top and bottom", "category": "content" } }, "slots": { "default": { "desc": "This is where the content goes; Suggestion: QItem, QExpansionItem, ..." } } }