Closed itsatishay closed 1 year ago
I was not able to find any information on how I can create a custom QuillToolbar and can call all of its actions. Like setBold, italics, underline, setcolor and all other properties that we can change using existing QuillToolbar.
use .format function, an example; _editor?.current?.format('italic', true);
I was not able to find any information on how I can create a custom QuillToolbar and can call all of its actions. Like setBold, italics, underline, setcolor and all other properties that we can change using existing QuillToolbar.