Add a GitHub button to your app
See https://buttons.github.io/ for full customization examples.
from reflex_github_button import github_button
github_button(
button_type="star",
owner="TimChild",
repo="reflex-github-button",
show_count=True,
)
You can also set the color scheme and choose between small and large.
If running with a backend, use dynamic_color_mode=True to match the reflex color theme.
Built with Reflex