Explore the Tiptap rich text editor with Shadcn UI components 📝
This is a powerful editor that supports many features:
-
Rich text formatting with bold, italic, and underline
-
Different heading levels
-
Lists (ordered and unordered)
-
Text alignment options
-
Image uploads and management
Try It Out!
Type '/' to see available commands or use the toolbar above to format your content.
You can also add links like this one and use text alignment options.
// Example code block
const greeting = "Hello, World!";
console.log(greeting);