Basic
A configurable toolbar with headings, lists, and links.
<div class="flex w-full justify-center">
<div class="w-full">
<x-components.tiptap :content="'<h2>Rich text, the Blade way</h2><p>Select some text to format it, add <strong>bold</strong>, <em>italic</em>, or a <a href=\'https://devdojo.com\'>link</a>.</p><ul><li>Bullet lists</li><li>Numbered lists</li></ul>'" />
</div>
</div>