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 a6596c5 commit a5dc732Copy full SHA for a5dc732
apps/mantine.dev/src/components/MdxProvider/MdxTemplatesList/community-data.ts
@@ -37,6 +37,12 @@ export const COMMUNITY_TEMPLATES_DATA: Template[] = [
37
link: 'https://github.com/gfazioli/next-app-nextra-template',
38
description: 'Nextra + Mantine template',
39
},
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
+ },
46
{
47
type: 'vite',
48
name: 'nx-vite-monorepo-template',
0 commit comments