About Mantine

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.

Releases cycle

All @mantine/* packages follow semver:

  • Patches (1.0.X) are usually released every one or two weeks
  • Minor versions (1.X.0) are usually released once every 1-2 months
  • Major versions (X.0.0) are released when breaking changes are required, usually a new major version is released once every 1-2 years

Previous versions documentation

Project maintenance

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

Stats are counted automatically each time new version is published:

  • 125 components (all @mantine/* packages)
  • 72 hooks (@mantine/hooks package)
  • 297 documentation pages
  • 1184 demos

Mantine logo

Download Mantine logos in .svg format:

Mantine logo
Download svg
Mantine logo
Download svg
Mantine logo
Download svg

You can also install @mantinex/mantine-logo package and import MantineLogo component. Note that the package depends on @mantine/core and @mantine/hooks packages.

yarn add @mantinex/mantine-logo
Color
Type
Size
import { MantineLogo } from '@mantinex/mantine-logo';

function Demo() {
  return <MantineLogo color="blue" />;
}