diff --git a/docs/Inputs.md b/docs/Inputs.md index 4f1925482b0..f87e387bf05 100644 --- a/docs/Inputs.md +++ b/docs/Inputs.md @@ -1097,6 +1097,24 @@ You can customize the rich text editor toolbar using the `toolbar` attribute, as ``` +If you need to add Quill `modules` or `themes`, you can do so by passsing them in the `options` prop. + +```jsx + +``` + If you need more customization, you can access the quill object through the `configureQuill` callback that will be called just after its initialization. ```jsx