Skip to content

Commit 2f8c235

Browse files
committedJul 5, 2023
website: update menu.
1 parent 645d0e4 commit 2f8c235

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

Diff for: ‎website/src/menu.json

+8
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
{ "name": "TreeChecked 树形选择控件", "path": "tree-checked" },
5757
{ "name": "Transfer 穿梭框", "path": "transfer" },
5858
{ "name": "Textarea 多行文本输入框", "path": "textarea" },
59+
{
60+
"name": "CSVReader 文件 CSV 输入",
61+
"path": "https://uiwjs.github.io/react-csv-reader/"
62+
},
5963
{
6064
"name": "Color 颜色选择器",
6165
"path": "https://uiwjs.github.io/react-color/"
@@ -81,6 +85,10 @@
8185
{ "name": "List 列表", "path": "list" },
8286
{ "name": "AutoLink 文本超链接", "path": "auto-link" },
8387
{ "name": "Empty 空状态", "path": "empty" },
88+
{
89+
"name": "JSONView JSON 预览",
90+
"path": "https://uiwjs.github.io/react-heat-map"
91+
},
8492
{
8593
"name": "HeatMap 日历热图",
8694
"path": "https://uiwjs.github.io/react-heat-map"

0 commit comments

Comments
 (0)
Please sign in to comment.