UNPKG

quasar

Version:

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

72 lines 1.84 kB
{ "type": "component", "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", "examples": [ "16px", "2rem" ], "category": "style" }, "font-size": { "type": "String", "desc": "The size in CSS units, including unit name, of the content (icon, text)", "examples": [ "18px", "2rem" ], "category": "style" }, "color": { "type": "String", "desc": "Color name for component from the Quasar Color Palette", "examples": [ "primary", "teal-10" ], "category": "style" }, "text-color": { "type": "String", "desc": "Overrides text color (if needed); color name from the Quasar Color Palette", "examples": [ "primary", "teal-10" ], "category": "style" }, "icon": { "type": "String", "desc": "Icon name following Quasar convention; make sure you have the icon library installed unless you are using 'img:' prefix", "examples": [ "map", "ion-add", "img:https://cdn.quasar.dev/logo/svg/quasar-logo.svg", "img:statics/path/to/some_image.png" ], "category": "content" }, "square": { "type": "Boolean", "desc": "Removes border-radius so borders are squared", "category": "style" }, "rounded": { "type": "Boolean", "desc": "Applies a small standard border-radius for a squared shape of the component", "category": "style" } }, "slots": { "default": { "desc": "Optional; Suggestions: one character string, <img> tag" } } }