Skip to main content
Version: 1.0.0

Installation

React integration

npm i @editora/core @editora/react @editora/plugins @editora/themes

Web component integration

npm i @editora/core @editora/plugins @editora/themes

UI and icon packages

npm i @editora/ui-core @editora/ui-react @editora/icons @editora/react-icons

Engine baseline

  • Node.js >=18
  • Modern evergreen browsers

Common install issues

  • React peer mismatch: align react and react-dom with wrapper peer range (>=16.8 <21).
  • Missing plugin UI CSS: when using @editora/plugins, import @editora/plugins/styles.css.
  • Theme order: import @editora/themes/themes/default.css first, then optional override themes (dark.css, acme.css).