What problem does it solve? Developers building React applications with Arco Design often struggle with correct installation, on-demand imports, theme configuration, and component API differences compared to libraries like antd. This reference consolidates setup steps, component examples, and troubleshooting answers in one place. ## Core Features & Use Cases - Installation & Import Guidance: Covers full import, on-demand import with babel-plugin-import, and arco-plugin-style for automatic style loading. - Component API Examples: Provides ready-to-use code for Button, Table, Form, Modal, DatePicker, Select, Upload, and 60+ other components, including hook-style APIs like Form.useForm and Modal.useModal. - Theming & Internationalization: Explains ConfigProvider token-based theming, dark mode, RTL support, and 21 locale packages. - Use Case: When building an enterprise admin dashboard in React and needing to configure a RangePicker with shortcuts or validate a dynamic Form.List, consult this reference for exact props and patterns. ## Quick Start Ask how to use a specific Arco Design component or configure its theme in your React project, and load this reference for the answer.