🚀 BlockNote AI is here! Access the early preview.
BlockNote Docs/Getting Started/Getting Started/With Mantine

Getting Started With Mantine

Mantine is an open-source collection of React components.

npm install @mantine/core @mantine/hooks @mantine/util
npm install @blocknote/core @blocknote/react @blocknote/mantine

To use BlockNote with Mantine, you can import BlockNoteView from @blocknote/mantine and the stylesheet from @blocknote/mantine/style.css.

If your application already uses Mantine UI, you should use the @blocknote/mantine/blocknoteStyles.css stylesheet instead. It only contains the styles added by BlockNote on top of the Mantine core styles, whereas @blocknote/mantine/style.css includes both.