MCPcopy Create free account
hub / github.com/TejasQ/tejaskumar.com / Button

Function Button

components/Button.tsx:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10export const Button: FC<PropsWithChildren<
11 ButtonHTMLAttributes<HTMLButtonElement> & HTMLAttributes<HTMLButtonElement>
12>> = props => (
13 <button {...props} className={clsx(styles.Button, props.className)} />
14);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected