The Editor component requires a Flux Pro license. Learn more about Flux Pro.
Overview
The Editor component provides a powerful WYSIWYG rich text editing experience. Built for content creation, it includes formatting tools, media embedding, and seamless Livewire integration for real-time content updates.Basic Usage
Create a simple rich text editor:With Toolbar
Customize available formatting options:Full Featured
Enable all editing capabilities:With Character Limit
Set a maximum character count:Read-only Mode
Display formatted content without editing:Custom Styling
Apply custom editor styling:With Image Upload
Enable image uploading:Markdown Support
Enable markdown shortcuts:Use Cases
Blog Posts
Create and edit blog articles with full formatting capabilities.
Documentation
Write technical documentation with code blocks and structured content.
Email Composition
Compose formatted emails with links, lists, and basic styling.
Product Descriptions
Create rich product descriptions with images and formatting.
Features
Text Formatting
- Bold, italic, underline, and strikethrough
- Headings (H1 through H6)
- Text alignment (left, center, right, justify)
- Text and background colors
- Font size adjustments
Content Blocks
- Bullet and numbered lists
- Blockquotes
- Code blocks with syntax highlighting
- Horizontal rules
- Tables
Media & Links
- Image embedding and upload
- Video embedding (YouTube, Vimeo)
- Link insertion with title attributes
- File attachments
Productivity
- Markdown shortcuts (type
#for heading,*for list) - Keyboard shortcuts (Cmd/Ctrl + B for bold, etc.)
- Undo/redo functionality
- Word and character count
- Auto-save drafts
Toolbar Configuration
Available toolbar options:| Tool | Description |
|---|---|
heading | Heading levels 1-6 |
bold | Bold text |
italic | Italic text |
underline | Underline text |
strike | Strikethrough text |
link | Insert/edit links |
bulletList | Bullet point list |
orderedList | Numbered list |
blockquote | Blockquote styling |
codeBlock | Code block |
image | Insert image |
video | Embed video |
table | Insert table |
horizontalRule | Horizontal divider |
textAlign | Text alignment |
textColor | Text color |
highlight | Background color |
Keyboard Shortcuts
- Cmd/Ctrl + B - Bold
- Cmd/Ctrl + I - Italic
- Cmd/Ctrl + U - Underline
- Cmd/Ctrl + K - Insert link
- Cmd/Ctrl + Z - Undo
- Cmd/Ctrl + Shift + Z - Redo
- Cmd/Ctrl + Shift + 7 - Ordered list
- Cmd/Ctrl + Shift + 8 - Bullet list
Output Format
The editor stores content as HTML:Accessibility
The Editor component includes:- ARIA labels for toolbar buttons
- Keyboard navigation throughout
- Screen reader support
- Focus management
- Semantic HTML output