Skip to content

dasundev/livewire-quill-text-editor

Repository files navigation

Livewire Quill Text Editor

Build Status Total Downloads Latest Stable Version License

✨ Introduction

A powerful livewire rich text editor component that build top of Quill.

Important

To use this package, you must have Livewire 3 installed.

📦 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.

🎬 Showcase

Now you can use the text editor component as you like.

<livewire:quill-text-editor
        wire:model.live="content"
        theme="bubble" />

🎨 Tailor UI

The text editor component is entirely customizable. Just publish the view file and make it your own.

php artisan vendor:publish --tag=livewire-quill-text-editor-views

🔄 Changelog

Please see CHANGELOG for more information on what has changed recently.

🤝 Contributing

Please see CONTRIBUTING for details.