braft-extensions
braft-extensions copied to clipboard
English support
Hi! looks great, any chance for English components? Thanks!
For the ColorPicker component, you can use it like this:
BraftEditor.use(ColorPicker({
clearButtonText: 'Clear',
closeButtonText: 'Close'
}))
and for the BraftEditor componet:
<BraftEditor language="en" />