Component Development Specifications


This tutorial will help you develop ideal custom components

Development documentation

For webmasters to develop extension components, please refer to the link below

Extended component development documentation

Development auxiliary tool library

  • Development auxiliary tools and modules
  • Gestures: click, double-click, slide
  • Others: dom triggers js events

Component type division

1 , Built-in components

Definition: Components that must be used to solve performance and security issues. The code is integrated in mip.js. Such as mip-img, mip-video, etc.

2. Extension components

Definition: Other types of components, Generally, component development is extension components, and you need to introduce corresponding components when using them js file.