Alek Petuskey
Alek Petuskey
Another good first issue but this would be a harder than the [date picker](https://github.com/pynecone-io/pynecone/issues/237) but if someone is up for the challenge this would be a huge help. This component...
This would be a good first issue for someone as seen in our docs someone can wrap a datepicker. For an intro on how to add a component see our...
As seen in the chakra search example, and also victory in cases such as label your graphs with components you should be able to use a pc.component for some props....
**Describe the bug** Foreach seems to be using the index even when not specified. **To Reproduce** Steps to reproduce the behavior: - Code/Link to Repo: - ```python class ForeachState(pc.State): color...
**Describe the bug** A clear and concise description of what the bug is. I was testing out the datatable and when there are multiple pages of the datatable the widths...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: - Code/Link to Repo: ```python import pynecone as pc class...
**Describe the bug** A clear and concise description of what the bug is. Datatable works fine in dev but in prod mode fails on the export **To Reproduce** Steps to...
```python """Welcome to Pynecone! This file outlines the steps to create a basic app.""" import pynecone as pc class TextField(pc.Component): library = "@mui/material" tag = "TextField" id: pc.Var[str] label: pc.Var[str]...
**Describe the bug** A clear and concise description of what the bug is. Right now f strings do not work in the render code. **To Reproduce** Steps to reproduce the...