Editor

You can display and edit content using Tiptap.

Basic

[
 {
  "type": "paragraph",
  "content": [
   {
    "type": "text",
    "text": "I'm running Tiptap with use-bootstrap. 🎉"
   }
  ]
 },
 {
  "type": "paragraph"
 }
]
  
vue

Integration

[
 {
  "type": "paragraph",
  "content": [
   {
    "type": "text",
    "text": "I'm running Tiptap with use-bootstrap. 🎉"
   }
  ]
 },
 {
  "type": "paragraph"
 }
]
  
vue