We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03670b3 commit b02e278Copy full SHA for b02e278
2 files changed
tdev-website/pages/mdi.mdx
@@ -0,0 +1,8 @@
1
+---
2
+page_id: a8f69f83-d899-408e-9723-68613d68796c
3
4
+import MdiSelector from '@tdev-components/MdiSelector';
5
+
6
+# MDI Selektor
7
8
+<MdiSelector filterBarTop="4em" />
tdev-website/siteConfig.ts
@@ -67,6 +67,19 @@ const getSiteConfig: SiteConfigProvider = () => {
67
to: '/blog'
68
}
69
]
70
+ },
71
+ {
72
+ title: 'Tools',
73
+ items: [
74
75
+ label: 'Icon Selector',
76
+ to: '/mdi'
77
78
79
+ label: 'Excalidraw',
80
+ to: '/excalidraw'
81
+ }
82
+ ]
83
84
85
},
0 commit comments