Skip to content

Commit

Permalink
add guide component (#535)
Browse files Browse the repository at this point in the history
* feat(guide): add guid component

* chore: remove test

* chore: update snapshot

* docs(guide): update docs

* chore: 使用common临时节点
  • Loading branch information
novlan1 authored Nov 8, 2024
1 parent 2afac8f commit 649b2f5
Show file tree
Hide file tree
Showing 28 changed files with 3,212 additions and 1 deletion.
5 changes: 5 additions & 0 deletions site/mobile/mobile.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,10 @@ export default {
name: 'empty',
component: () => import('tdesign-mobile-react/empty/_example/index.tsx'),
},
{
title: 'Guide 引导',
name: 'guide',
component: () => import('tdesign-mobile-react/guide/_example/index.tsx'),
},
],
};
6 changes: 6 additions & 0 deletions site/web/site.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@ export default {
path: '/mobile-react/components/drawer',
component: () => import('tdesign-mobile-react/drawer/drawer.md'),
},
{
title: 'Guide 引导',
name: 'guide',
path: '/mobile-react/components/guide',
component: () => import('tdesign-mobile-react/guide/guide.md'),
},
{
title: 'Loading 加载',
name: 'loading',
Expand Down
Loading

0 comments on commit 649b2f5

Please sign in to comment.