Contribute to this guide

React components in an editor

The editor below presents integration between React library and a block widget from the CKEditor ecosystem. In the example, the React component renders a list of products you can add to the editor content.

Product offer editor

Editor data

Products

  • Colors of summer in Polandfrom $1500
  • Mediterranean sun on Maltafrom $1899
  • Tastes of Asiafrom $2599
  • Exotic Indiafrom $2200

Tip: Clicking the product will add it to the editor.

# Detailed guide

If you would like to create such a widget on your own, take a look at the dedicated tutorial which shows how to achieve this step by step with the source code provided.