TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.

Home Page:https://www.blocknotejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

default style disabled

ZAJ0711 opened this issue · comments

"@blocknote/core": "^0.12.3",
"@blocknote/react": "^0.12.3",

The solution is to install Mantine by typing this

npm install @mantine/core

Then you can import the maintine core stylecss to your project

// Import styles of packages that you've installed.
// All packages except `@mantine/hooks` require styles imports
import '@mantine/core/styles.css';

Hope this works for you 😊

works thanks