1 dépôt
The native WeChat component system where each component has its own template, style, script, and configuration files.
Distinct from WeChat Platform Development: Distinct from WeChat Platform Development: focuses on the component model itself (template/style/script/config files), not the broader development platform or SDKs.
Explore 1 awesome GitHub repository matching mobile development · Component Models. Refine with filters or upvote what's useful.
iView WeApp is a UI component library designed specifically for building WeChat mini-program interfaces. It provides a set of reusable, pre-styled components that developers can compose into mobile pages and layouts, following the native WeChat component model where each component has its own template, style, script, and configuration files. The library organizes the user interface as a tree of self-contained components that manage their own view and logic, with a clear separation between behavior in JavaScript files and visual structure in WXML templates. Components are packaged as independe
Leverages the native WeChat component system where each component has its own template, style, script, and configuration files.