@xiaolxl/ygui
Version:
一个可扩展,轻量化,新拟态的基于vue3的UI框架
268 lines • 7.07 kB
JSON
{
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
"framework": "vue",
"name": "yu",
"version": "1.0.0",
"contributions": {
"html": {
"types-syntax": "typescript",
"description-markup": "markdown",
"tags": [
{
"name": "yu-block",
"description": "方块",
"attributes": [
{
"name": "Loading",
"description": "是否在加载状态",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
}
],
"slots": []
},
{
"name": "y-bk",
"description": "方块",
"attributes": [
{
"name": "Loading",
"description": "是否在加载状态",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
}
],
"slots": []
},
{
"name": "yu-button",
"description": "按钮",
"attributes": [
{
"name": "Loading",
"description": "是否在加载状态",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
},
{
"name": "Cycle",
"description": "是否是圆形按钮",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
},
{
"name": "Disabled",
"description": "按钮是否禁止",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
}
],
"slots": []
},
{
"name": "y-btn",
"description": "按钮",
"attributes": [
{
"name": "Loading",
"description": "是否在加载状态",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
},
{
"name": "Cycle",
"description": "是否是圆形按钮",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
},
{
"name": "Disabled",
"description": "按钮是否禁止",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
}
],
"slots": []
},
{
"name": "yu-input",
"description": "输入框",
"attributes": [
{
"name": "placeholder",
"description": "输入框提示文本",
"doc-url": "",
"value": {
"type": "String",
"kind": "expression"
}
}
],
"slots": []
},
{
"name": "y-it",
"description": "输入框",
"attributes": [
{
"name": "placeholder",
"description": "输入框提示文本",
"doc-url": "",
"value": {
"type": "String",
"kind": "expression"
}
}
],
"slots": []
},
{
"name": "yu-text",
"description": "文本框",
"attributes": [
{
"name": "placeholder",
"description": "文本框提示文本",
"doc-url": "",
"value": {
"type": "String",
"kind": "expression"
}
},
{
"name": "autoHeight",
"description": "文本框是否自适应高度",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
}
],
"slots": []
},
{
"name": "y-tt",
"description": "文本框",
"attributes": [
{
"name": "placeholder",
"description": "文本框提示文本",
"doc-url": "",
"value": {
"type": "String",
"kind": "expression"
}
},
{
"name": "autoHeight",
"description": "文本框是否自适应高度",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
}
],
"slots": []
},
{
"name": "yu-sides",
"description": "双面方块",
"attributes": [
{
"name": "column",
"description": "旋转方向,默认是左右(row),设置后是上下(column)",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
},
{
"name": "Loading",
"description": "是否在加载状态",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
}
],
"slots": [
{
"name": "front",
"description": "前面元素",
"doc-url": ""
},
{
"name": "back",
"description": "背面元素",
"doc-url": ""
}
]
},
{
"name": "y-s",
"description": "双面方块",
"attributes": [
{
"name": "column",
"description": "旋转方向,默认是左右(row),设置后是上下(column)",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
},
{
"name": "Loading",
"description": "是否在加载状态",
"doc-url": "",
"value": {
"type": "boolean",
"kind": "expression"
}
}
],
"slots": [
{
"name": "front",
"description": "前面元素",
"doc-url": ""
},
{
"name": "back",
"description": "背面元素",
"doc-url": ""
}
]
}
]
}
}
}