FastUI icon indicating copy to clipboard operation
FastUI copied to clipboard

Build better UIs faster.

Results 174 FastUI issues
Sort by recently updated
recently updated
newest added

In the forms demo (https://fastui-demo.onrender.com/forms/big). The name input should start with a capital; otherwise, it will display the PydanticCustomError in red. I want to implement this PydanticCustomError behavior for the...

When I supply a custom renderer for the `Page` component, the navigation between the forms in the demo breaks. This also happens when you use the default rendering of the...

I think it would be great if components that are built in separate python / js package by the community could be brought in the `fastui` framework. This would make...

It would be great to have an event where we can define the method we would like to be fired. In particular, it would be useful to fire `delete` or...

Hamburger menu doesn’t close when user clicks on page. ![image](https://github.com/pydantic/FastUI/assets/381432/2e124dbe-78fc-4b68-a665-4eb2d8c85e60) Currently it only closes when: - a link in the hamburger menu is clicked (other than the current page, that’s...

## Use Case When designing a site, I often want to use a logo image as the navbar title (instead of text). ## Current Limitations Right now, the [Navbar](https://github.com/pydantic/FastUI/blob/97c4f07af723e370039e384d240d5517f60f8062/src/python-fastui/fastui/components/__init__.py#L284) component...

How to create a dropdown menu in the navbar? Something like this... ![image](https://github.com/pydantic/FastUI/assets/13135006/41f0fa10-303c-45f9-b668-9f239bb7c49b)

https://github.com/AnswerDotAI/fasthtml Maybe all the complications with NPM, React, bundling that are not familiar to python users like myself could be removed?

Would it be possible to add an example custom oauth provider? I’m having an issue getting it to work just right with fastui.

Hi, Thanks for this great tool. We often have forms where some questions do not make sense if a question was answered in a specific way before. For example, on...