Thomas Brandého 4c2b2ed1c6 removing deprecated features for 0.7.0 and removing py3.9 support (#4586) 4 months ago
..
README.md.jinja2 4f9cdd6472 Add support for custom components starter (#2314) 1 year ago
__init__.py.jinja2 4f9cdd6472 Add support for custom components starter (#2314) 1 year ago
demo_app.py.jinja2 1b207eb444 fix template (#2787) 1 year ago
pyproject.toml.jinja2 4c2b2ed1c6 removing deprecated features for 0.7.0 and removing py3.9 support (#4586) 4 months ago
src.py.jinja2 ef5c5bea2b [REF-2303] Update custom component template for new API (#3007) 1 year ago

README.md.jinja2

# {{ module_name }}

A Reflex custom component {{ module_name }}.

## Installation

```bash
pip install {{ package_name }}
```