reflex/reflex/.templates/jinja/custom_components
Thomas Brandého 4c2b2ed1c6
removing deprecated features for 0.7.0 and removing py3.9 support (#4586)
* remove deprecated features and support for py3.9

* remove other deprecated stuff

* update lock file

* fix units tests

* relock poetry

* fix _replace for computed_var

* fix some merge typo

* fix typing of deploy args

* fix benchmarks.yml versions

* console.error instead of raising Exception

* fix tests

* ignore lambdas when resolving annotations

* simplify redirect logic in event.py

* more fixes

* fix unit tests again

* give back default annotations for lambdas

* fix signature check for on_submit

* remove useless stuff

* update pyi

* readd the getattr

* raise if log_level is wrong type

* silly goose, loglevel is a subclass of str

* i don't believe this code

* add guard

---------

Co-authored-by: Khaleel Al-Adhami <khaleel.aladhami@gmail.com>
2025-01-22 11:54:37 -08:00
..
__init__.py.jinja2 Add support for custom components starter (#2314) 2024-02-28 15:25:26 -08:00
demo_app.py.jinja2 fix template (#2787) 2024-03-05 16:10:44 -08:00
pyproject.toml.jinja2 removing deprecated features for 0.7.0 and removing py3.9 support (#4586) 2025-01-22 11:54:37 -08:00
README.md.jinja2 Add support for custom components starter (#2314) 2024-02-28 15:25:26 -08:00
src.py.jinja2 [REF-2303] Update custom component template for new API (#3007) 2024-04-04 11:58:39 -07:00

# {{ module_name }}

A Reflex custom component {{ module_name }}.

## Installation

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