MCPcopy Create free account
hub / github.com/CopilotKit/OpenGenerativeUI / DemoItem

Interface DemoItem

apps/app/src/components/demo-gallery/demo-data.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 | "UI Components";
7
8export interface DemoItem {
9 id: string;
10 title: string;
11 description: string;
12 category: DemoCategory;
13 emoji: string;
14 prompt: string;
15}
16
17export const DEMO_EXAMPLES: DemoItem[] = [
18 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected