diff --git a/ts_web/elements/dees-input-richtext.demo.ts b/ts_web/elements/dees-input-richtext.demo.ts
index 518a7da..970caff 100644
--- a/ts_web/elements/dees-input-richtext.demo.ts
+++ b/ts_web/elements/dees-input-richtext.demo.ts
@@ -1,5 +1,6 @@
import { html, css } from '@design.estate/dees-element';
import '@design.estate/dees-wcctools/demotools';
+import './dees-panel.js';
export const demoFunc = () => html`
A full-featured rich text editor with formatting toolbar This is a feature-rich editor built with TipTap. You can: Use the toolbar above to explore all the formatting options available! Start typing to see the magic happen... Empty editor with placeholder text Editors with different minimum heights for various use cases Editor pre-filled with code examples To install the package, run the following command: Then import the component in your TypeScript file: You can now use the Read-only rich text content Web Components have revolutionized how we build modern web applications... "The future of web development lies in reusable, encapsulated components." Type in the editor below and see the HTML outputBasic Rich Text Editor
- inline code
or code blocksWith Placeholder
- Different Heights
- Code Examples
- npm install @design.estate/dees-catalog
import { DeesInputRichtext } from "@design.estate/dees-catalog";
<dees-input-richtext>
element in your templates.Disabled State
-
'}
.disabled=${true}
.showWordCount=${true}
>Interactive Demo
-
A powerful block-based editor with slash commands, keyboard shortcuts, and multiple output formats. Perfect for content creation, blog posts, documentation, and more. @@ -708,7 +709,7 @@ export const demoFunc = (): TemplateResult => html`
Perfect for creating rich content with multiple block types. The editor preserves formatting and provides a clean editing experience. @@ -722,7 +723,7 @@ export const demoFunc = (): TemplateResult => html` >
Easily rearrange your content blocks by dragging them. Hover over any block to reveal the drag handle on the left side. @@ -746,7 +747,7 @@ export const demoFunc = (): TemplateResult => html`
Create comprehensive tutorials and documentation with code examples, lists, and structured content.
@@ -850,7 +851,7 @@ git merge feature-branch >Choose between HTML and Markdown output formats depending on your needs. Perfect for static site generators, documentation systems, or any content management workflow. @@ -930,7 +931,7 @@ Gradually blend in flour mixture, then stir in chocolate chips. Drop rounded tab
Create complex documents with mixed content types. The editor handles all formatting seamlessly.
@@ -949,7 +950,7 @@ Gradually blend in flour mixture, then stir in chocolate chips. Drop rounded tab >Seamlessly integrates with dees-form for complete form solutions. All standard form features like validation, required fields, and data binding work out of the box. @@ -977,7 +978,7 @@ Gradually blend in flour mixture, then stir in chocolate chips. Drop rounded tab
Create content programmatically using the block API for dynamic document generation.
@@ -1003,7 +1004,7 @@ Gradually blend in flour mixture, then stir in chocolate chips. Drop rounded tabThe WYSIWYG editor provides multiple export formats and lossless save/restore capabilities for maximum flexibility.