imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
187 stars 74 forks source link

I want to create custom QuillToolbar and call its actions #114

Closed itsatishay closed 1 year ago

itsatishay commented 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.

handmadesoftware commented 1 year ago

use .format function, an example; _editor?.current?.format('italic', true);