MCPcopy Create free account
hub / github.com/cosscom/coss / ComponentPreviewProps

Interface ComponentPreviewProps

apps/ui/components/component-preview.tsx:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { cn } from "@/lib/utils";
5
6interface ComponentPreviewProps
7 extends Omit<React.ComponentProps<"div">, "ref"> {
8 name: string;
9 align?: "center" | "start" | "end";
10 description?: string;
11 hideCode?: boolean;
12}
13
14export function ComponentPreview({
15 name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected