MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / PluginFigmaToolbar

Function PluginFigmaToolbar

apps/debug/app/page.tsx:75–84  ·  view source on GitHub ↗
(props: { variant: string })

Source from the content-addressed store, hash-verified

73}
74
75const PluginFigmaToolbar = (props: { variant: string }) => (
76 <div className="bg-neutral-800 w-full h-12 flex items-center text-white gap-4 px-5 rounded-t-lg shadow-sm">
77 <div className="flex items-center gap-2">
78 <div className="w-3 h-3 rounded-full bg-red-500"></div>
79 <div className="w-3 h-3 rounded-full bg-yellow-500"></div>
80 <div className="w-3 h-3 rounded-full bg-green-500"></div>
81 </div>
82 <span className="font-medium ml-2">Figma to Code {props.variant}</span>
83 </div>
84);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected