We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 645d0e4 commit 2f8c235Copy full SHA for 2f8c235
website/src/menu.json
@@ -56,6 +56,10 @@
56
{ "name": "TreeChecked 树形选择控件", "path": "tree-checked" },
57
{ "name": "Transfer 穿梭框", "path": "transfer" },
58
{ "name": "Textarea 多行文本输入框", "path": "textarea" },
59
+ {
60
+ "name": "CSVReader 文件 CSV 输入",
61
+ "path": "https://uiwjs.github.io/react-csv-reader/"
62
+ },
63
{
64
"name": "Color 颜色选择器",
65
"path": "https://uiwjs.github.io/react-color/"
@@ -81,6 +85,10 @@
81
85
{ "name": "List 列表", "path": "list" },
82
86
{ "name": "AutoLink 文本超链接", "path": "auto-link" },
83
87
{ "name": "Empty 空状态", "path": "empty" },
88
89
+ "name": "JSONView JSON 预览",
90
+ "path": "https://uiwjs.github.io/react-heat-map"
91
84
92
93
"name": "HeatMap 日历热图",
94
"path": "https://uiwjs.github.io/react-heat-map"
0 commit comments