We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11449c9 commit 4254113Copy full SHA for 4254113
src/Umbraco.Web.UI.Client/src/packages/tiptap/components/input-tiptap/tiptap-toolbar.element.ts
@@ -8,6 +8,12 @@ import type { UmbPropertyEditorConfigCollection } from '@umbraco-cms/backoffice/
8
9
import '../cascading-menu-popover/cascading-menu-popover.element.js';
10
11
+/**
12
+* Provides a sticky toolbar for the {@link UmbInputTiptapElement}
13
+* @element umb-tiptap-toolbar
14
+* @cssprop --umb-tiptap-edge-border-color - Defines the edge border color
15
+* @cssprop --umb-tiptap-top - Defines the top value for the sticky toolbar
16
+*/
17
@customElement('umb-tiptap-toolbar')
18
export class UmbTiptapToolbarElement extends UmbLitElement {
19
#attached = false;
0 commit comments