quasar-ui-example-viewer
Version:
Display Vue code examples with template, script and style parts with optional source and codepen links
78 lines • 2.4 kB
JSON
{
"example-viewer/title": {
"type": "string",
"description": "The title for the example"
},
"example-viewer/file": {
"type": "string",
"description": "All examples should be put in an \"examples\" folder. This property is the name of the file to be displayed in that folder."
},
"example-viewer/tooltip-label": {
"type": "string",
"description": "The tooltip to be used for the label"
},
"example-viewer/ribbon-color": {
"type": "string",
"description": "The ribbon color"
},
"example-viewer/ribbon-text-color": {
"type": "string",
"description": "The ribbon text color"
},
"example-viewer/ribbon-leaf-color": {
"type": "string",
"description": "The ribbon leaf color"
},
"example-viewer/location-url": {
"type": "string",
"description": "The url location for the example (without file name)"
},
"example-viewer/location-icon": {
"type": "string",
"description": "The icon to use for location"
},
"example-viewer/no-edit": {
"type": "boolean",
"description": "Does not show the codepen icon (use this for examples don't work on codepen)"
},
"example-viewer/js-paths": {
"type": "array",
"description": "One or more paths to UMD files to be loaded into the codepen"
},
"example-viewer/css-paths": {
"type": "array",
"description": "One or more CSS files to be loaded into the codepen"
},
"example-viewer/no-copy": {
"type": "boolean",
"description": "Don't show copy-to-clipboard icon"
},
"example-viewer/copy-icon": {
"type": "string",
"description": "Icon to use for the copy-to-clipboard icon"
},
"example-viewer/copy-label": {
"type": "string",
"description": "Tooltip text to be used for copy icon"
},
"example-viewer/copy-response": {
"type": "string",
"description": "The text to be display after copy to clipboard"
},
"example-viewer/no-line-numbers": {
"type": "boolean",
"description": "Don't show line numbers in source views"
},
"example-viewer/no-anchor": {
"type": "boolean",
"description": "Don't use anchor links on title"
},
"example-viewer/anchor-response": {
"type": "string",
"description": "Anchor copied to clipboard"
},
"example-viewer/codepen-title": {
"type": "string",
"description": "This is combined with property `title` when codepen is opened"
}
}