Reflex supporter
Project description
reflex-supporter
https://pypi.org/project/reflex-supporter
pip install reflex-supporter
Install Node.js (npm) (Windows)
https://nodejs.org/ko/download/
https://nodejs.org/download/release/v13.9.0/
Supported APIs
import reflex_supporter
reflex_supporter.components.color_picker
reflex_supporter.components.jumo_button
reflex_supporter.components.json_editor
reflex_supporter.components.webcam
app/rxconfig.py
import reflex as rx
class AppConfig(rx.Config):
pass
#from rxconfig import config
#config.app_name
config = AppConfig(
app_name="app", #디폴트 app
#db_url="sqlite:///pynecone.db", #디폴트 sqlite:///pynecone.db
#api_url="http://localhost:8000", #디폴트 http://localhost:8000 #http://localhost:8000, http://automatethem.net:8000
#port=3000, #디폴트 3000 #실제 서비스시 추가로 커멘드 라인에서 80 포트를 3000 포트로 포워딩 하기
#backend_port=8000, #디폴트 8000
#env=rx.Env.DEV, #디폴트 rx.Env.DEV #rx.Env.DEV, rx.Env.PROD
#disable_bun=False, #디폴트 False
frontend_packages=[
#디폴트 없음 #"react-jsondata-editor"
"react-colorful", #
"react-supporter", #
"react-jsondata-editor" #
"react-webcam" #
]
)
Examples:
https://github.com/automatethem/reflex-supporter/blob/main/examples/color_picker/app/app/app.py
https://github.com/automatethem/reflex-supporter/blob/main/examples/jumo_button/app/app/app.py
https://github.com/automatethem/reflex-supporter/blob/main/examples/json_editor/app/app/app.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file reflex-supporter-0.0.7.tar.gz
.
File metadata
- Download URL: reflex-supporter-0.0.7.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e291bbff5d1f2116f6b54872467380510bb032dff4cd76ed1496836f4a97437 |
|
MD5 | 5b1a7376e30c4f690e1ce080c9cf59be |
|
BLAKE2b-256 | acb7734a30860890c5dca09023e99cbdbb52e707b7525563613ed011da6a5081 |
File details
Details for the file reflex_supporter-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: reflex_supporter-0.0.7-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dc3622d5de1ae02b82005522bdefac3482da028465185d0184c1589e64b13f1 |
|
MD5 | ffce0a6cbe09b0bfb8b92614ede726d0 |
|
BLAKE2b-256 | a1e2800063de8c0e7c5c448b01bc7db78f7c4ae2f6b750f3b90a514f1437fa09 |