MCPcopy Create free account
hub / github.com/danielpetho/fancy / ComponentPreviewProps

Interface ComponentPreviewProps

src/components/component-preview.tsx:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20} from "./ui/dropdown-menu"
21
22interface ComponentPreviewProps extends React.HTMLAttributes<HTMLDivElement> {
23 name: string
24 extractClassname?: boolean
25 extractedClassNames?: string
26 align?: "center" | "start" | "end"
27 framerLink?: string
28 description?: string
29}
30
31export function ComponentPreview({
32 name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected