KillerCodeMonkey / ngx-quill-ionic

example of ngx-quill and ionic
MIT License
30 stars 9 forks source link
editor ionic ionic-framework ngx-quill quill quilljs rich-text-editor wysiwyg

ngx-quill-ionic

Example of ngx-quill and ionic

Live Demo

Donate/Support

If you like my work, feel free to support it. Donations to the project are always welcomed :)

PayPal: PayPal.Me/bengtler

Buy Me A Coffee

How to use

To get it editable add

[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}

to your global stylings :). Ionic deactivates user-select everywhere per default.