Metadata-Version: 2.4
Name: reflex-github-button
Version: 0.1.6
Summary: Reflex custom component wrapping react-github-btn
Author-email: Tim Child <timjchild@gmail.com>
License: Apache-2.0
Project-URL: repository, https://github.com/TimChild/reflex-github-button
Project-URL: issues, https://github.com/TimChild/reflex-github-button/issues
Project-URL: homepage, https://reflex-github-button-demo.adventuresoftim.com
Keywords: reflex,reflex-custom-components
Classifier: Development Status :: 4 - Beta
Classifier: Typing :: Typed
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: reflex==0.7.5
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# github-button

A Reflex custom component github-button.

Wraps [react-github-btn](https://www.npmjs.com/package/react-github-btn)

See a demo [here](https://reflex-github-button-demo.adventuresoftim.com).

See full customization options [here](buttons.github.io/)

Or clone and run the demo locally.

## Installation

```bash
uv add reflex-github-button
```

Or

```bash
pip install reflex-github-button
```

