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.
- Host: GitHub
- URL: https://github.com/charlzyx/pro.formily
- Owner: charlzyx
- License: mit
- Created: 2024-01-04T10:30:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-23T03:39:08.000Z (9 months ago)
- Last Synced: 2024-12-07T19:49:34.563Z (6 months ago)
- Topics: ant-design, ant-design-pro, antd, formily, pro-components, pro-formily
- Language: TypeScript
- Homepage: https://pro-formily.pages.dev/
- Size: 1.85 MB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 💎 Formily, Pro!
| | |
| -------------------- | -------------------------------------------------------------------------------------------------------------------- |
| @pro.formily/antd | [](https://www.npmjs.com/package/@pro.formily/antd) |
| @pro.formily/antd-v5 | [](https://www.npmjs.com/package/@pro.formily/antd-v5) |
| @pro.formily/arco | [](https://www.npmjs.com/package/@pro.formily/arco) |为 formily 宇宙添加的开箱即用的高级组件库, antd@4,5/arco.design 三大 UI 库版本适配
- 📋 **案例丰富** 练习时长两年半积累下来的丰富 Demo, 方便 cv
- 🐙 **原汁原味** 尽可能符合 AntD × formily 设计规范与直觉
- 🚀 **拓展强大** 查询表单/多选/行展开/枚举词典等实用拓展
# 如何安装
> 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)