Choose packages

And get started with

Init new application
npx create-react-app my-app --template typescript
Install dependencies
With yarn
yarn add @mantine/hooks @mantine/core
With npm
npm install @mantine/hooks @mantine/core
All done!
import { Button } from '@mantine/core';
export function MyApp() {
return <Button>Hello world!</Button>;
}
Build fully functional accessible web applications faster than ever
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