Discord
Source code

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>;
}
Build fully functional accessible web applications with ease
Feedback
Your feedback is most valuable contribution to the project, please share how you use Mantine, what features are missing and what is done good
Leave feedback