apps/help.mantine.dev/src/pages/q/submit-template.mdx
import { Layout } from '@/layout';
export const meta = { title: 'How can I submit a template to Mantine documentation?', description: 'Learn how to create and submit a template to Mantine documentation', slug: 'submit-template', category: 'about', tags: ['template', 'community', 'contribution'], created_at: 'November 15, 2024', last_updated_at: 'November 15, 2024', };
export default Layout(meta);
You are welcome to create and share a template with the community. Templates that you submit will be listed on the getting started page.
A template is a GitHub repository that has the following properties:
@mantine/hooks and @mantine/core packages version 7.0.0 or higherOfficial Mantine templates provide minimal setup for different use cases. Community templates, on the other hand, can provide more complex setups or implement specific features that are not available in official templates. For example, there are no official templates for Mantine + runtime CSS-in-JS libraries, but there are community templates available to get you started.
Template examples: