UNPKG

quasar

Version:

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

100 lines 2.44 kB
{ "type": "component", "meta": { "docsUrl": "https://v1.quasar.dev/vue-components/linear-progress" }, "behavior": { "$listeners": { "desc": "All native events are being propagated (you don't need the '.native' modifier)" } }, "props": { "size": { "type": "String", "desc": "Size in CSS units, including unit name or standard size name (xs|sm|md|lg|xl)", "examples": [ "16px", "2rem", "xs", "md" ], "category": "style" }, "value": { "type": "Number", "desc": "Progress value (0.0 < x < 1.0)", "default": 0, "examples": [ ":value=\"0.28\"" ], "category": "model" }, "buffer": { "type": "Number", "desc": "Optional buffer value (0.0 < x < 1.0)", "examples": [ ":buffer=\"0.78\"" ], "category": "behavior" }, "color": { "type": "String", "desc": "Color name for component from the Quasar Color Palette", "examples": [ "primary", "teal-10" ], "category": "style" }, "track-color": { "type": "String", "desc": "Color name for component's track from the Quasar Color Palette", "examples": [ "primary", "teal-10" ], "category": "style" }, "dark": { "type": "Boolean", "desc": "Notify the component that the background is a dark color", "category": "style" }, "reverse": { "type": "Boolean", "desc": "Reverse direction of progress", "category": "behavior" }, "stripe": { "type": "Boolean", "desc": "Draw stripes; For determinate state only (for performance reasons)", "category": "content" }, "indeterminate": { "type": "Boolean", "desc": "Put component into indeterminate mode", "category": "behavior" }, "query": { "type": "Boolean", "desc": "Put component into query mode", "category": "behavior" }, "rounded": { "type": "Boolean", "desc": "Applies a small standard border-radius for a squared shape of the component", "category": "style" }, "instant-feedback": { "type": "Boolean", "desc": "No transition when model changes", "category": "behavior", "addedIn": "v1.11.2" } }, "slots": { "default": { "desc": "Suggestion: QTooltip" } } }