MCPcopy Create free account
hub / github.com/code100x/mobile-magic / Button

Function Button

mobile-magic/packages/ui/src/button.tsx:10–16  ·  view source on GitHub ↗
({ children, className }: ButtonProps)

Source from the content-addressed store, hash-verified

8}
9
10export const Button = ({ children, className }: ButtonProps) => {
11 return (
12 <button className={className}>
13 {children}
14 </button>
15 );
16};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected