MCPcopy Create free account
hub / github.com/JoeSlain/Nexpo / ExampleButton

Function ExampleButton

packages/ui/src/components/ExampleButton.tsx:5–11  ·  view source on GitHub ↗
({ children, ...props }: ButtonProps)

Source from the content-addressed store, hash-verified

3export type { ButtonProps }
4
5export function ExampleButton({ children, ...props }: ButtonProps) {
6 return (
7 <TamaguiButton backgroundColor="red" {...props}>
8 {children}
9 </TamaguiButton>
10 )
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected