MCPcopy Create free account
hub / github.com/devs-in-tech/DevsInTech / MyComponent

Function MyComponent

src/components/button/index.js:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4const Button = (props) => {
5 function MyComponent() {
6 const IconComponent = props?.Icon;
7 return <IconComponent />;
8 }
9 return (
10 <Link target="_blank" href={props.url}>
11 <button className="bg-[#194fbc] gap-2 flex items-center hover:bg-[#143f96] text-white font-bold py-2 px-4 rounded relative">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected