kdion4891 / laravel-livewire-forms

A dynamic, responsive Laravel Livewire form component with realtime validation, file uploads, array fields, and more.
243 stars 54 forks source link

Quill Editor as a view component #16

Open horaciod opened 4 years ago

horaciod commented 4 years ago

image I've made and implementation of quilljs editor using the method view(). Are you interested on implementing this type of fields in the core ?

thanks for your work.

tanthammar commented 4 years ago

Hello @horaciod I am very interested in how you did it. Can you post your code here?

horaciod commented 4 years ago

My article on how to extend the class to allow quill editor and other stuff.