Overview
Editora separates runtime editing logic, framework adapters, UI layers, themes, and icons into focused packages.
Package map
- Runtime:
@editora/core - React adapter:
@editora/react - Feature layer:
@editora/plugins - Visual system:
@editora/themes - Icons:
@editora/icons,@editora/react-icons - UI layer:
@editora/ui-core,@editora/ui-react
Recommended adoption order
- Install core + chosen framework adapter.
- Add only required plugins.
- Apply theme and icon strategy.
- Add UI packages for design-system integration.