mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
18 lines
531 B
JSON
18 lines
531 B
JSON
{
|
|
"componentName": "Select",
|
|
"title": "下拉选择器",
|
|
"description": "适用于下拉选择,下拉多选等场景",
|
|
"tags": ["xx", "yy"],
|
|
"docUrl": "https://fusion-demo.alibaba-inc.com/demos/next/select",
|
|
"screenshot": "https://img.alicdn.com/tfs/TB1osvGNXzqK1RjSZFoXXbfcXXa-1149-854.png",
|
|
"icon": "url/fsdfasdfa.svg",
|
|
"devMode": "proCode",
|
|
"npm": {
|
|
"package": "@ali/deep",
|
|
"exportName": "Button",
|
|
"subName": "Icon.Option",
|
|
"main": "",
|
|
"destructuring": true,
|
|
"version": "0.1.13"
|
|
}
|
|
} |