@eigenpal/docx-editor-react
Subpaths
@eigenpal/docx-editor-react
Curated root entry for the documented React editor API. Advanced surfaces stay public through explicit subpaths: -
@eigenpal/docx-editor-react/ui-@eigenpal/docx-editor-react/dialogs-@eigenpal/docx-editor-react/hooks-@eigenpal/docx-editor-react/plugin-api@eigenpal/docx-editor-react/ui
UI entry point — Toolbar, pickers, dialogs, and UI components.
@eigenpal/docx-editor-react/dialogs
Modal dialogs for hyperlinks, find/replace, paste-special, page setup, and keyboard shortcuts. Pair with the hooks under
@eigenpal/docx-editor-react/hookswhen wiring custom UI.@eigenpal/docx-editor-react/hooks
React hooks for editor history, table selection, find/replace, autosave, clipboard, and zoom. Use alongside the main
DocxEditorcomponent.@eigenpal/docx-editor-react/plugin-api
Generic plugin interface and host component for integrating external plugins with the editor. Pairs with the framework-agnostic plugin types exported from
@eigenpal/docx-editor-core/plugin-api.@eigenpal/docx-editor-react/styles
CSS import entry. Bring in the editor's base styles by importing
@eigenpal/docx-editor-react/styles.cssdirectly; this module exists for tooling that prefers a JS-style import.