pro-components-guide
Installation
SKILL.md
ProComponents Guide & Documentation
当用户询问 Ant Design Pro 组件、构建后台页面或需要查找具体组件参数时,请参考以下目录。
关键指令:如果需要编写详细代码且不确定某个 Props(如 request 的返回值格式、columns 的具体配置),请使用浏览工具(Browsing Tool)读取对应的 URL。
1. Layout 布局组件
核心组件: ProLayout
- 文档链接: https://pro-components.antdigital.dev/components/layout
- 包含:
ProLayout: 解决侧边栏、顶部导航、面包屑等全局布局。PageContainer: 页面的标准容器,自动生成面包屑和标题。FooterToolbar: 底部固定工具栏。WaterMark: 水印组件。
Related skills