Metadata-Version: 2.1
Name: reflex-apexcharts
Version: 0.1.0
Summary: Reflex custom component for apexcharts
Author-email: Charlotte Stieve <charlotte.stieve@whoi.edu>
Maintainer-email: Christopher Thierauf <christopher.thierauf@whoi.edu>
License: Apache-2.0
Project-URL: Homepage, https://git.whoi.edu/charstieve/reflex-apexcharts
Project-URL: Issues, https://git.whoi.edu/charstieve/reflex-apexcharts/issues
Keywords: reflex,reflex-custom-components
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: reflex>=0.8.27
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# reflex-apexcharts

A Reflex Custom Component that Wraps ApexCharts

## Installation

Works within the reflex framework:
```bash
pip install reflex
```

Then this package can be installed:
```bash
pip install .
```

To view the demo:
```bash
cd apexcharts_demo
reflex run
```
