We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9790b80 commit ed894e4Copy full SHA for ed894e4
docs/components/Footer/ecosystem.ts
@@ -4,14 +4,20 @@ export const ecosystem = [
4
title: 'Mantine Clock',
5
href: 'https://gfazioli.github.io/mantine-clock',
6
newWindow: true,
7
- new: true,
8
},
9
{
10
key: 'mantine-flip',
11
title: 'Mantine Flip',
12
href: 'https://gfazioli.github.io/mantine-flip',
13
14
+ {
15
+ key: 'mantine-json-tree',
16
+ title: 'Mantine Json Tree',
17
+ href: 'https://gfazioli.github.io/mantine-json-tree',
18
+ newWindow: true,
19
+ new: true,
20
+ },
21
22
key: 'mantine-list-view-table',
23
title: 'Mantine List View Table',
0 commit comments