Installation
You can install the package via Composer:
composer require dasundev/livewire-quill-text-editor
Include the Quill theme and the library in your layout or specific view.
<!-- Include Bubble Theme --><link href="https://cdn.quilljs.com/1.3.6/quill.bubble.css" rel="stylesheet"> <!-- Include the Quill library --><script src="https://cdn.quilljs.com/1.3.6/quill.js"></script>
For additional information, kindly refer to the Quill documentation.