import { html } from '@design.estate/dees-element';
export const demo = () => {
const sampleCode = `import { html } from 'lit';
export class MyComponent {
private items: string[] = [];
render() {
return html\`
\${this.items.map(item => html\`
\${item}
\`)}
\`;
}
}`;
const sampleText = `Meeting Notes - Q4 Planning
Date: January 15, 2026
Attendees: Alice, Bob, Charlie
Key Decisions:
1. Launch new feature by March
2. Hire 2 more engineers
3. Migrate to new CI/CD pipeline
4. Update design system to v3
Action Items:
- Alice: Draft PRD by next week
- Bob: Set up interview pipeline
- Charlie: Evaluate Jenkins vs GitHub Actions`;
const sampleJson = `{
"name": "@design.estate/dees-catalog",
"version": "3.38.0",
"description": "Design component catalog",
"dependencies": {
"@design.estate/dees-element": "^2.0.0",
"lit": "^3.1.0"
},
"scripts": {
"build": "tsbuild",
"test": "tstest"
}
}`;
return html`
Note Tiles
console.log('Note clicked:', e.detail)}
>
Without Title
`;
};