note for further work

This commit is contained in:
Niels Lyngsø
2024-01-11 22:43:07 +01:00
parent fe64c025fc
commit cef01f54a3

View File

@@ -78,6 +78,7 @@ export class ExampleSorterDashboard extends UmbElementMixin(LitElement) {
(item) =>
html`<div class="sorter-item" data-name=${item.name}>
${item.name} <button @click=${() => this.removeItem(item)}>Delete</button>
<!-- make something that visually takes some time to display, like a large image.-->
</div>`,
)}
</div>