area insert and style

This commit is contained in:
Niels Lyngsø
2024-02-15 14:17:26 +01:00
parent 265c526c04
commit 0e807128f8
7 changed files with 89 additions and 45 deletions

View File

@@ -8,6 +8,7 @@ export class ExampleSorterItem extends UmbElementMixin(LitElement) {
@property({ type: String, reflect: true })
name: string = '';
// TODO: Does it make any different to have this as a property?
@property({ type: Boolean, reflect: true, attribute: 'drag-placeholder' })
umbDragPlaceholder = false;

View File

@@ -8,6 +8,7 @@ export class ExampleSorterItem extends UmbElementMixin(LitElement) {
@property({ type: String, reflect: true })
name: string = '';
// TODO: Does it make any different to have this as a property?
@property({ type: Boolean, reflect: true, attribute: 'drag-placeholder' })
umbDragPlaceholder = false;