UNPKG

quasar

Version:

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

50 lines (41 loc) 1.07 kB
{ "mixins": [ "mixins/size", "mixins/tag" ], "meta": { "docsUrl": "https://v1.quasar.dev/vue-components/icon" }, "behavior": { "$listeners": true }, "props": { "tag": { "desc": "HTML tag to render, unless no icon is supplied or it's an svg icon", "default": "i", "examples": [ "div", "i" ], "addedIn": "v1.8.4" }, "name": { "type": "String", "desc": "Name of the icon, following Quasar convention", "examples": [ "map", "ion-add" ], "category": "model" }, "color": { "extends": "color" }, "left": { "type": "Boolean", "desc": "Useful if icon is on the left side of something: applies a standard margin on the right side of Icon", "category": "content" }, "right": { "type": "Boolean", "desc": "Useful if icon is on the right side of something: applies a standard margin on the left side of Icon", "category": "content" } }, "slots": { "default": { "desc": "Suggestions: QTooltip or QMenu" } } }