editorjs-blocks-react-renderer
editorjs-blocks-react-renderer copied to clipboard
Discussion on how to implement Warning block
https://github.com/editor-js/warning
This one is tricky as there's semantically no equivalent HTML tag for a "warning" message.
There are three options:
- Assume that we won't tackle this one and let developers create their own renders
- Use a mix of
buttonanddialogtag (doesn't sound to me) - Create a simple render that can be extended by developers.