MCPcopy
hub / github.com/TheOrcDev/8bitcn-ui / ComponentPreviewProps

Interface ComponentPreviewProps

components/component-preview.tsx:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { OpenInV0Button } from "@/components/open-in-v0-button";
2
3interface ComponentPreviewProps {
4 children: React.ReactNode;
5 name: string;
6 title: string;
7}
8
9export default function ComponentPreview({
10 title,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected