MCPcopy Index your code
hub / github.com/reactive-python/reactpy / ShowSimpleButton

Function ShowSimpleButton

src/py/reactpy/tests/test_web/test_module.py:69–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67
68 @reactpy.component
69 def ShowSimpleButton():
70 return SimpleButton({"id": "my-button"})
71
72 async with BackendFixture(app=app, implementation=sanic_implementation) as server:
73 async with DisplayFixture(server, browser) as display:

Callers

nothing calls this directly

Calls 2

SimpleButtonFunction · 0.85
set_currentMethod · 0.45

Tested by

no test coverage detected