UNPKG

quasar

Version:

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

43 lines (34 loc) 731 B
{ "mixins": [ "composables/private.use-size/use-size" ], "meta": { "docsUrl": "https://v2.quasar.dev/vue-components/avatar" }, "props": { "font-size": { "type": "String", "desc": "The size in CSS units, including unit name, of the content (icon, text)", "examples": [ "'18px'", "'2rem'" ], "category": "style" }, "color": { "extends": "color" }, "text-color": { "extends": "text-color" }, "icon": { "extends": "icon" }, "square": { "extends": "square" }, "rounded": { "extends": "rounded" } }, "slots": { "default": { "desc": "Optional; Suggestions: one character string, <img> tag" } } }