This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
原始链接: https://github.com/pydantic/FastUI
FastUI 是一个 Python 项目,它结合了 TypeScript 和 Pydantic,为 UI 组件和快速 API 包装器创建了一个强大而优雅的库。 与导入原始 Pydantic 类的传统库不同,FastUI 使用 TypeScript 定义中的相应类型提示创建 Python 类,自动包含必要的字段作为参数,通过 Pyright 和 TypeScript 插件启用静态分析,允许自动生成文档以及交互式游乐场体验。 These features significantly enhance the quality assurance, reliability, and convenience of working with UIs。 Additionally, FastUI components provide compatibility with popular CSS frameworks such as Bootstrap and Tailwind, supporting custom styling via utility functions and display mixins。 With FastUI, users gain access to a growing set of predefined components, while also enabling easy creation and sharing of self-designed ones。
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.