dees-catalog/ts_web/elements/dees-simple-login.demo.ts
2023-09-13 01:37:02 +02:00

4 lines
160 B
TypeScript

import { html } from '@design.estate/dees-element';
export const demoFunc = () => html` <dees-simple-login name="someapp"> Hello there </dees-simple-login> `;