dees-catalog/ts_web/elements/dees-simple-login.demo.ts

4 lines
160 B
TypeScript
Raw Normal View History

2023-09-09 11:34:46 +00:00
import { html } from '@design.estate/dees-element';
2023-09-12 23:37:02 +00:00
export const demoFunc = () => html` <dees-simple-login name="someapp"> Hello there </dees-simple-login> `;