An open API service indexing awesome lists of open source software.

https://github.com/charlzyx/pro.formily

🥳 Use fromily like pro! pro adaptor for @formily/antd, but pro. both antd@4/@5,arco🎉 supported.
https://github.com/charlzyx/pro.formily

ant-design ant-design-pro antd formily pro-components pro-formily

Last synced: 5 months ago
JSON representation

🥳 Use fromily like pro! pro adaptor for @formily/antd, but pro. both antd@4/@5,arco🎉 supported.

Awesome Lists containing this project

README

        

# 💎 Formily, Pro!

| | |
| -------------------- | -------------------------------------------------------------------------------------------------------------------- |
| @pro.formily/antd | [![version](https://badgen.net/npm/v/@pro.formily/antd?last)](https://www.npmjs.com/package/@pro.formily/antd) |
| @pro.formily/antd-v5 | [![version](https://badgen.net/npm/v/@pro.formily/antd-v5?last)](https://www.npmjs.com/package/@pro.formily/antd-v5) |
| @pro.formily/arco | [![version](https://badgen.net/npm/v/@pro.formily/arco?last)](https://www.npmjs.com/package/@pro.formily/arco) |

为 formily 宇宙添加的开箱即用的高级组件库, antd@4,5/arco.design 三大 UI 库版本适配

- 📋 **案例丰富** 练习时长两年半积累下来的丰富 Demo, 方便 cv
- 🐙 **原汁原味** 尽可能符合 AntD × formily 设计规范与直觉
- 🚀 **拓展强大** 查询表单/多选/行展开/枚举词典等实用拓展

![welcome](./docs/public/welcome.png)

# 如何安装

> antd@v4

`bun i @pro.formily/antd @formily/antd @formily/core @formily/react [email protected] @ant-design/icons`

> antd@v5

`bun i @pro.formily/antd @formily/antd-v5 @formily/core @formily/react [email protected] @ant-design/icons`

> arco.design

`bun i @pro.formily/arco arco.formily @formily/core @formily/react @arco-design/web-react`

## 样式 TODO

## 在线文档地址

- [for/antd@4](https://pro-formily.pages.dev)

- [for/antd@5](https://v5.pro-formily.pages.dev)

- [for/arco.design](https://arco.pro-formily.pages.dev)

## 本地体验

- [pro.formily.demo](https://github.com/charlzyx/pro.formily.demo)

## 如何开发

`bun v4 && bun dev`

```json
{
"scripts": {
"dev": "rspress dev",
"v4": "bun scripts/switch.ts antd doc",
"v5": "bun scripts/switch.ts antd-v5 doc",
"arco": "bun scripts/switch.ts arco doc"
}
}
```

## powered by

- [@formily](https://formilyjs.org)
- [antd@5](https://ant.design/components/table-cn/)
- [antd@4](https://4x.ant.design/components/table-cn/)
- [arco.design](https://arco.design/)
- [@formily/antd](https://github.com/alibaba/formily)
- [@formily/antd-v5](https://github.com/formilyjs/antd)
- [Rspress](https://rspress.dev/)
- [bun!强烈推荐](https://bun.sh/docs)