fix(core): update

This commit is contained in:
2023-10-23 16:13:02 +02:00
parent 6589818b0b
commit a73ad40eb1
14 changed files with 363 additions and 102 deletions

View File

@@ -0,0 +1,3 @@
import { html } from '@design.estate/dees-element';
export const demoFunc = () => html`<dees-input-iban .label=${'IBAN'}></dees-input-iban>`;