Choose packages
And get started with
Init application
npx create-react-app my-app --template typescript
Install dependencies
Install with yarn
yarn add react-jss @mantine/hooks @mantine/core
Install with npm
npm install react-jss @mantine/hooks @mantine/core
You are ready to build your application with Mantine!
import { Button } from '@mantine/core';export function MyApp() {return <Button>Hello world!</Button>;}
Built by Vitaly Rtishchev and these awesome people