@rangex/rich-text-editor-ui
v0.3.1-alpha.12
Published
A modern and customizable UI component for rich text editing.
Downloads
71
Readme
RichTextEditorUI
A modern and customizable UI component for rich text editing.
🚧 Under Development
RichTextEditorUI is currently in its alpha stage. At this phase, it primarily serves two purposes:
- Manual Testing: Used internally to test RichTextArea (the core product of RangeX).
- Demo Integration: Showcased on the homepage to demonstrate text editing capabilities.
While the project is functional, expect potential changes in APIs, features, and stability.
📂 Project Structure
The repository is structured as follows:
src/Production/– Contains the main library code. Everything inside this folder is included in the build process.src/Development/– A development/testing environment for experimenting with components.index.ts– Entry point demonstrating basic usage of the library.
📦 Installation
bun add @rangex/rich-text-editor-uinpm i @rangex/rich-text-editor-ui