arco-design-skills
Installation
SKILL.md
Arco Design React 组件库 Skills
@arco-design/web-react — 字节跳动 ArcoDesign 团队出品的企业级 React UI 组件库。
关键规范
- 导入:
import { Button, Table, Form } from '@arco-design/web-react' - 图标:
import { IconXxx } from '@arco-design/web-react/icon' - 类型:
import type { ButtonProps } from '@arco-design/web-react' - 样式: 全量
import '@arco-design/web-react/dist/css/arco.css'或按需加载 - 日期库: dayjs(非 moment)
- 受控模式:
value+onChange;非受控模式:defaultValue - 子组件: 通过
Component.SubComponent访问,如Form.Item、Select.Option、Menu.SubMenu
如何使用此 Skill 集
当需要使用 Arco Design 组件时,根据具体需求加载对应的参考文件: