editorjs-blocks-react-renderer icon indicating copy to clipboard operation
editorjs-blocks-react-renderer copied to clipboard

Discussion on how to implement Warning block

Open lightningspirit opened this issue 4 years ago • 0 comments

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:

  1. Assume that we won't tackle this one and let developers create their own renders
  2. Use a mix of button and dialog tag (doesn't sound to me)
  3. Create a simple render that can be extended by developers.

lightningspirit avatar Oct 25 '21 18:10 lightningspirit