6 ms·
I’ve been playing with TipTap for the last few weeks and really enjoying it! Going Headless seems like a good approach however it’s made rolling out TipTap for
by cgil 3y ago
I’ve been playing with TipTap for the last few weeks and really enjoying it!
Going Headless seems like a good approach however it’s made rolling out TipTap for a side project tedious as I need to start with styling basic components.
It’d be great to have an 80% use-case coverage for common components.
I’ll call out this wrapper for TipTap + MUI I stumbled on that’s been a nice addition. https://github.com/sjdemartini/mui-tiptap https://github.com/sjdemartini/mui-tiptap
- dgraunke 3y agoWe've been using https://tailwindcss.com/docs/typography-plugin https://tailwindcss.com/docs/typography-plugin to style our Tiptap and content and it's worked great so far.
- patrickbaber 3y agoWe think the headless approach is a big factor in why Tiptap has become so popular, but you are right! You can't just add Tiptap to your project without styling. That's why we're always asked about a drop-in Notion-like styling. We don't offer this, but our community has built something that might help you: https://github.com/TypeCellOS/BlockNote https://github.com/TypeCellOS/BlockNote
- YousefED 3y agoThanks for the shout-out!