apps/help.mantine.dev/src/pages/q/vue-svelte-angular.mdx
import { Layout } from '@/layout';
export const meta = { title: 'Can I use Mantine with Vue/Svelte/Angular/etc.?', description: 'No, Mantine is a React library and does not support other frameworks/libraries', slug: 'vue-svelte-angular', category: 'about', tags: [ 'vue', 'svelte', 'angular', 'react', 'qwik', 'solid', 'preact', ], created_at: 'March 15, 2024', last_updated_at: 'March 15, 2024', };
export default Layout(meta);
No, Mantine is a React library and does not support other frameworks/libraries. Maintaining a library is a lot of work. Mantine is focused on providing the best possible experience for React developers and does not plan to support other frameworks in the future.
Mantine does not officially support Preact. However, several community members have reported that they were able to use Mantine with Preact without any issues.