@editora/ui-react
Installation
npm i @editora/ui-react @editora/ui-core
Quick Start
Import and compose UI React components with your editor/application flow.
Usage
Use provider setup, composable components, and hooks for consistent behavior.
Examples
- Provider + theme wiring
- Inline and side-panel integrations
- Multi-instance application shell
API Reference
Surface includes component props, provider APIs, and utility hooks.
Best Practices
- Keep provider boundaries explicit.
- Reuse composition patterns for maintainability.
Accessibility
Validate keyboard flows, aria labeling, and focus transitions across composed components.
Performance Notes
Memoize expensive composed views and avoid broad context updates on high-frequency events.