MCPcopy Create free account
hub / github.com/arwes/arwes / ExampleButton

Function ExampleButton

apps/docs/src/app/docs/develop/react/bleeps/ExampleButton.tsx:66–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66const ExampleButton = (): JSX.Element => {
67 return (
68 <BleepsProvider {...bleepsSettings}>
69 <Animator>
70 <div>
71 <Button />
72 </div>
73 </Animator>
74 </BleepsProvider>
75 )
76}
77
78export { ExampleButton }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected