feat: create ai-elements-ui demo application

Demo app showcasing ai-elements-ui components:
- AI Canvas with resizable split-panel layout
- Conversation history sidebar
- Avatar with animated states (idle, thinking, speaking)
- Typing indicators (dots, pulse, wave variants)
- Confidence meters (bar, gauge, dots, ring variants)
- Code blocks with syntax highlighting
- Skeleton loaders for various content types

Uses base-ui design tokens and Apple theme for styling.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Giuliano Silvestro
2026-02-07 21:02:21 +10:00
parent b7bf402647
commit 348186a395
7 changed files with 499 additions and 337 deletions

View File

@@ -16,7 +16,14 @@
"moduleResolution": "bundler",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022"
"module": "ES2022",
"baseUrl": ".",
"paths": {
"base-ui": ["../sda-frontend/libs/base-ui/dist"],
"base-ui/*": ["../sda-frontend/libs/base-ui/dist/*"],
"ai-elements-ui": ["../ai-elements-ui/dist"],
"ai-elements-ui/*": ["../ai-elements-ui/dist/*"]
}
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,