Skip to content

Commit a5dc732

Browse files
committed
[mantine.dev] Add community template (#8563)
1 parent a6596c5 commit a5dc732

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/mantine.dev/src/components/MdxProvider/MdxTemplatesList/community-data.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ export const COMMUNITY_TEMPLATES_DATA: Template[] = [
3737
link: 'https://github.com/gfazioli/next-app-nextra-template',
3838
description: 'Nextra + Mantine template',
3939
},
40+
{
41+
type: 'next',
42+
name: 'next-saas-template',
43+
link: 'https://github.com/AshutoshDash1999/nextjs-mantine-boilerplate',
44+
description: 'Next.js SaaS boilerplate with Mantine',
45+
},
4046
{
4147
type: 'vite',
4248
name: 'nx-vite-monorepo-template',

0 commit comments

Comments
 (0)