English
Component Guide
About 169 wordsLess than 1 minute
2025-12-18
Components are used to carry UI presentation and user interaction.
When to Read the Component Documentation First
- When you need to extend page presentation capabilities
- When you need to package reusable UI
- When you need to implement localized interaction and UI composition
Platform-Specific Entry Points
Mobile
- Suitable for page presentation and localized interaction in mobile work scenarios
- Current components are defined based on the mini program framework
- Prefer starting from the mobile component reference
Entry points:
Web
- Suitable for page presentation and UI composition in browser environments
- Current components are defined based on the Vue 2 system
- Prefer starting from the web component reference
Entry points:
Design Recommendations
- Prefer components for presentation problems
- Do not directly stuff business process control into components
- Components with the same name across platforms are not equivalent by default; follow each platform's documentation definition
