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

When I try to close the modals using the top-right button (X) in the demo nothing happens ![image](https://github.com/pydantic/FastUI/assets/85195861/13ff0b82-08ea-4654-aea5-054697d419bd)

when on the cities pagination example in the demo app can't go back to page 1 when on another page.

fixes #86. I found a simple way to implement a deep lookup in the object via a path without adding additional dependencies. The syntax looks like this: - `fieldName` for...

I mentioned this at #123. Example code: ```python from __future__ import annotations as _annotations import random import time from fastapi import FastAPI from fastapi.responses import HTMLResponse from fastui import AnyComponent,...

![image](https://github.com/pydantic/FastUI/assets/100891554/d422b446-397d-4df5-b486-3e513311d8aa) The field is defined as: weight_kg_per_kpcs: float | None = Field(None, ge=0.0)

fixes: https://github.com/pydantic/FastUI/issues/39 ![2023-12-28 15 26 59](https://github.com/pydantic/FastUI/assets/12986082/1050c67a-2fec-4434-b77f-63fea1e809a0)

Latest main code Reproduce: make dev http://localhost:8000/docs ``` INFO: 127.0.0.1:58664 - "GET /docs HTTP/1.1" 200 OK INFO: 127.0.0.1:58664 - "GET /openapi.json HTTP/1.1" 500 Internal Server Error ERROR: Exception in ASGI...

The swifties of HTMX on twitter are asking "why not HTMX?". While I'm not as enamoured by HTMX as some, there is a good argument to build a frontend that...

enhancement