Skip to content

Commit 1966604

Browse files
committedAug 29, 2022
website: update menu data.
1 parent 91a1a35 commit 1966604

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed
 

‎website/src/menu.json

+45-1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@
8989
"name": "Markdown Preview",
9090
"path": "https://uiwjs.github.io/react-markdown-preview/"
9191
},
92+
{
93+
"name": "Keywords",
94+
"path": "https://uiwjs.github.io/react-keywords"
95+
},
96+
{
97+
"name": "Only When",
98+
"path": "https://uiwjs.github.io/react-only-when"
99+
},
92100
{ "divider": true, "name": "导航" },
93101
{ "name": "Affix 图钉", "path": "affix" },
94102
{ "name": "Breadcrumb 面包屑", "path": "breadcrumb" },
@@ -97,6 +105,10 @@
97105
{ "name": "Pagination 分页", "path": "pagination" },
98106
{ "name": "Steps 步骤条", "path": "steps" },
99107
{ "name": "Tabs 标签页", "path": "tabs" },
108+
{
109+
"name": "Tabs Draggable",
110+
"path": "https://uiwjs.github.io/react-tabs-draggable"
111+
},
100112
{ "divider": true, "name": "反馈" },
101113
{ "name": "Overlay 基础弹出层", "path": "overlay" },
102114
{ "name": "OverlayTrigger 基础弹出触发", "path": "overlay-trigger" },
@@ -139,14 +151,46 @@
139151
"name": "MonacoEditor 代码编辑器",
140152
"path": "https://jaywcjlove.github.io/react-monacoeditor/"
141153
},
142-
{ "divider": true, "name": "其它" },
154+
{
155+
"name": "Code Preview Layout",
156+
"path": "https://uiwjs.github.io/react-code-preview-layout"
157+
},
143158
{ "name": "BackTop 返回顶部", "path": "back-top" },
159+
{ "divider": true, "name": "其它" },
160+
{
161+
"name": "BackToTop 返回顶部",
162+
"path": "https://uiwjs.github.io/react-back-to-top"
163+
},
144164
{ "name": "CopyToClipboard 复制", "path": "copy-to-clipboard" },
145165
{ "name": "Portal 入口", "path": "portal" },
146166
{
147167
"name": "Github Corners",
148168
"path": "https://uiwjs.github.io/react-github-corners/"
149169
},
170+
{
171+
"name": "Prismjs",
172+
"path": "https://uiwjs.github.io/react-prismjs"
173+
},
174+
{
175+
"name": "Clock",
176+
"path": "https://uiwjs.github.io/react-clock"
177+
},
178+
{
179+
"name": "Mac Keyboard",
180+
"path": "https://uiwjs.github.io/react-mac-keyboard/"
181+
},
182+
{
183+
"name": "Domain Verify",
184+
"path": "https://uiwjs.github.io/react-domain-verify"
185+
},
186+
{
187+
"name": "Shields",
188+
"path": "https://uiwjs.github.io/react-shields"
189+
},
190+
{
191+
"name": "Codepen",
192+
"path": "https://uiwjs.github.io/react-codepen/"
193+
},
150194
{
151195
"name": "Only When",
152196
"path": "https://uiwjs.github.io/react-only-when/"

0 commit comments

Comments
 (0)
Please sign in to comment.