reflex
reflex copied to clipboard
πΈοΈ Web apps in pure Python π
eg with markdown syntax or html anything like that?
**Describe the bug** Unhandled Runtime Error AxiosError: Request failed with status code 404
Would it be possible to add Tailwind in the base project? It's a very popular framework for styling and it is compatible with chakra: https://github.com/chakra-ui/chakra-ui/issues/634 Here's a quick example on...
**Describe the bug** When the parent container of a data_table has responsive widths, the data_table doesn't adjust properly. **To Reproduce** Steps to reproduce the behavior: ```python pc.center( pc.vstack( pc.heading("Saved Q&A",...
I want to display some data, with a column called article title which can be up to 30 chars ( If it is too long, I will strip it ),...
Currently in order to clear the value of a `pc.input` you need to make it a controlled input (i.e. set the `value` and `on_change` props together). This has the downside...
Hi guys, cool project! I'm trying to migrate a basic Chakra + FastAPI app to Pynecone but a bit stuck on implementing the classic Chakra ColorModeSwitcher component. Is there any...
As far as I know, pc.markdown get value as only string. So if i compile this code, ```python class State(pc.State): text: str = "**Bold Text**" def get_some_markdown_string_from_db(self): #Blah Blah self.text...
**Describe the bug** I don't know what's problem. Running in development works well (```pc run```). but in production not. (```pc run --env prod``` ) **To Reproduce** Steps to reproduce the...