import { html, css, cssManager } from '@design.estate/dees-element'; import './dees-tile.js'; export const demoFunc = () => { return html` Content area with rounded corners Content goes here Custom Header Custom header slot with search input `; };