add proper input demo page

This commit is contained in:
Juergen Kunz
2025-06-26 14:46:37 +00:00
parent 02f25aa02e
commit b41e9f31e7
4 changed files with 601 additions and 1 deletions

6
ts_web/pages/mainpage.ts Normal file
View File

@ -0,0 +1,6 @@
import { html } from '@design.estate/dees-element';
export const mainPage = () => html`
<dees-input-text label="my-test-label"></dees-input-text>
<dees-input-text label="my-test-label"></dees-input-text>
`;