apps/mantine.dev/src/pages/about.mdx
import { GuidesDemos } from '@docs/demos'; import { LogoAssets } from '@/components/LogoAssets'; import { Layout } from '@/layout'; import { MDX_DATA } from '@/mdx'; import count from '@/.docgen/count.json';
export default Layout(MDX_DATA.About);
Mantine is a React components library focused on providing great user and developer experience. Mantine development was started in January 2021 and the 1.0 version was released on May 3rd, 2021, and since then, more than 200 releases have been published.
All @mantine/* packages follow semver:
Mantine is built and maintained by Vitaly Rtishchev and more than 500 other contributors. Most of new features and components/hooks are added to the library based on feedback from the community – you can participate in new features discussions on GitHub or Discord.
Stats are counted automatically each time new version is published:
@mantine/* packages)@mantine/hooks package)Download Mantine logos in .svg format:
You can also install @mantinex/mantine-logo package and import MantineLogo component.
Note that the package depends on @mantine/core and @mantine/hooks packages.