luxe-edit
v0.1.3
Published
A beautiful, customizable rich text editor for React built on Lexical with customizable toolbars and floating toolbar support
Maintainers
Readme
luxe-edit
A beautiful, customizable rich text editor for React built on Lexical with customizable toolbars and floating toolbar support.
Installation
npm install luxe-edit
# or
yarn add luxe-edit
# or
pnpm add luxe-editQuick Start
import { LuxeEditor } from 'luxe-edit';
import 'luxe-edit/index.css';
function App() {
return (
<LuxeEditor
initialConfig={{
namespace: 'MyEditor',
theme: {}
}}
/>
);
}Features
- ✅ Rich text formatting (Bold, Italic, Underline, Strikethrough)
- ✅ Headings (H1-H6)
- ✅ Text and background colors
- ✅ Alignment options
- ✅ Undo/Redo
- ✅ Customizable toolbars
- ✅ Floating toolbar
- ✅ TypeScript support
Documentation
For complete documentation, examples, and API reference, please visit the main repository README.
License
MIT
