ant-design-mobile
When to use this skill
Use this skill whenever the user wants to:
- Build React mobile applications with Ant Design Mobile components
- Use mobile UI components (Button, Input, Form, List, Card, Modal, etc.)
- Create mobile-friendly interfaces
- Customize Ant Design Mobile theme
- Implement mobile-specific features (pull-to-refresh, infinite scroll, etc.)
- Use Ant Design Mobile with React Native or web
- Handle mobile gestures and interactions
- Implement mobile navigation patterns
- Use mobile form components
- Create mobile data display components
How to use this skill
This skill is organized to match the Ant Design Mobile official documentation structure (https://ant-design-mobile.antgroup.com/zh/guide/quick-start, https://ant-design-mobile.antgroup.com/zh/components/button). When working with Ant Design Mobile:
-
Install and setup Ant Design Mobile:
- Load
examples/getting-started/installation.mdfor installation instructions - Load
examples/getting-started/basic-usage.mdfor basic usage examples
- Load
-
Choose the component based on the user's requirements:
- Button/按钮 →
examples/components/button.md - Input/输入框 →
examples/components/input.md - Form/表单 →
examples/components/form.md - List/列表 →
examples/components/list.md - Card/卡片 →
examples/components/card.md - Modal/对话框 →
examples/components/modal.md - Picker/选择器 →
examples/components/picker.md - DatePicker/日期选择器 →
examples/components/date-picker.md - Tabs/标签页 →
examples/components/tabs.md - PullToRefresh/下拉刷新 →
examples/components/pull-to-refresh.md - InfiniteScroll/无限滚动 →
examples/components/infinite-scroll.md - And many more components...
- Button/按钮 →
-
Load the appropriate example file from the
examples/directory:examples/getting-started/installation.md- Installation and setupexamples/getting-started/basic-usage.md- Basic usage examplesexamples/components/button.md- Button componentexamples/components/input.md- Input componentexamples/components/form.md- Form componentexamples/components/list.md- List componentexamples/components/card.md- Card componentexamples/components/modal.md- Modal componentexamples/components/picker.md- Picker componentexamples/components/date-picker.md- DatePicker componentexamples/components/tabs.md- Tabs componentexamples/components/pull-to-refresh.md- PullToRefresh componentexamples/components/infinite-scroll.md- InfiniteScroll componentexamples/components/icon.md- Icon componentexamples/components/badge.md- Badge componentexamples/components/tag.md- Tag componentexamples/components/avatar.md- Avatar componentexamples/components/image.md- Image componentexamples/components/image-viewer.md- ImageViewer componentexamples/components/nav-bar.md- NavBar componentexamples/components/tab-bar.md- TabBar componentexamples/components/index-bar.md- IndexBar componentexamples/components/side-bar.md- SideBar componentexamples/components/dialog.md- Dialog componentexamples/components/toast.md- Toast componentexamples/components/action-sheet.md- ActionSheet componentexamples/components/popup.md- Popup componentexamples/components/loading.md- Loading componentexamples/components/error-block.md- ErrorBlock componentexamples/components/empty.md- Empty componentexamples/components/notice-bar.md- NoticeBar componentexamples/components/mask.md- Mask componentexamples/components/textarea.md- Textarea componentexamples/components/switch.md- Switch componentexamples/components/checkbox.md- Checkbox componentexamples/components/radio.md- Radio componentexamples/components/stepper.md- Stepper componentexamples/components/rate.md- Rate componentexamples/components/slider.md- Slider componentexamples/components/uploader.md- Uploader componentexamples/components/grid.md- Grid componentexamples/components/swiper.md- Swiper componentexamples/components/cascader.md- Cascader componentexamples/components/search-bar.md- SearchBar componentexamples/components/virtual-input.md- VirtualInput componentexamples/components/divider.md- Divider componentexamples/components/space.md- Space componentexamples/components/safe-area.md- SafeArea componentexamples/advanced/theme-customization.md- Theme customizationexamples/advanced/internationalization.md- Internationalization
-
Follow the specific instructions in that example file for syntax, structure, and best practices
-
Reference the API documentation when needed:
api/components.md- Component API referenceapi/config-provider.md- ConfigProvider API
-
Use templates for quick start:
templates/project-setup.md- Project setup templatestemplates/component-template.md- Component usage templates
Doc mapping (one-to-one with official documentation)
Guide (指南):
- See guide files in
examples/guide/orexamples/getting-started/→ https://ant-design-mobile.antgroup.com/zh/guide/quick-start
Components (组件):
- See component files in
examples/components/→ https://ant-design-mobile.antgroup.com/zh/components/button
Examples and Templates
This skill includes detailed examples organized to match the official documentation structure. All examples are in the examples/ directory (see mapping above).
To use examples:
- Identify the topic from the user's request
- Load the appropriate example file from the mapping above
- Follow the instructions, syntax, and best practices in that file
- Adapt the code examples to your specific use case
To use templates:
- Reference templates in
templates/directory for common scaffolding - Adapt templates to your specific needs and coding style
API Reference
- Components API:
api/components.md- All component props and APIs - ConfigProvider API:
api/config-provider.md- ConfigProvider component API and global configuration
Best Practices
- Import styles: Import Ant Design Mobile CSS in your entry file
- Use ConfigProvider: Wrap your app with ConfigProvider for global configuration
- Mobile-first: Design for mobile devices first
- Touch interactions: Consider touch gestures and interactions
- Performance: Optimize for mobile performance
- Responsive design: Test on different screen sizes
- Accessibility: Follow mobile accessibility guidelines
- Theme customization: Use design tokens for consistent theming
- Internationalization: Use ConfigProvider with locale for i18n
- Component composition: Compose components for complex UIs
Resources
- Official Website: https://ant-design-mobile.antgroup.com/
- Getting Started: https://ant-design-mobile.antgroup.com/zh/guide/quick-start
- Components: https://ant-design-mobile.antgroup.com/zh/components/button
- GitHub Repository: https://github.com/ant-design/ant-design-mobile
Keywords
Ant Design Mobile, antd-mobile, mobile UI, React mobile, mobile components, Button, Input, Form, List, Card, Modal, Picker, DatePicker, Tabs, PullToRefresh, InfiniteScroll, Swiper, Toast, Dialog, ActionSheet, Popup, Loading, NavBar, TabBar, Icon, Badge, Tag, Avatar, Image, ImageViewer, Switch, Checkbox, Radio, Stepper, Rate, Slider, Uploader, Grid, Cascader, SearchBar, VirtualInput, Divider, Space, SafeArea, ErrorBlock, Empty, NoticeBar, Mask, mobile app, 移动端, 组件库, 按钮, 输入框, 表单, 列表, 卡片, 对话框, 选择器, 日期选择器, 标签页, 下拉刷新, 无限滚动
More from teachingai/agent-skills
element-plus-vue3
Provides comprehensive guidance for Element Plus Vue 3 component library including installation, components, themes, internationalization, and API reference. Use when the user asks about Element Plus for Vue 3, needs to build Vue 3 applications with Element Plus, or customize component styles.
9vue2
Provides comprehensive guidance for Vue 2.x development including Options API, components, directives, lifecycle hooks, computed properties, watchers, Vuex state management, and Vue Router. Use when the user asks about Vue 2, needs to create Vue 2 components, implement reactive data binding, handle component communication, or work with Vue 2 ecosystem tools.
8cypress
Provides comprehensive guidance for Cypress end-to-end testing including commands, assertions, component testing, CI/CD integration, and best practices. Use when the user asks about Cypress, needs to write E2E tests, component tests, or configure Cypress for testing.
8cocos2d-x
Provides comprehensive guidance for Cocos2d-x v4 game engine including scene graph, nodes, sprites, actions, animations, physics, rendering, shaders, and platform deployment. Use when the user asks about Cocos2d-x, needs to create games, implement game features, set up development environments, or deploy games to multiple platforms.
7dalle
Provides comprehensive guidance for DALL-E AI image generation including prompt creation, image generation, variations, and editing. Use when the user asks about DALL-E, needs to generate AI images, create image variations, or work with DALL-E API.
6uniapp-mini-guide
A comprehensive skill for uni-app mini program development. Use when building uni-app mini programs, configuring mini program settings, or working with mini program components and APIs based on the official native support docs.
6