Mobile UI library: mint-ui of ele.me.
Mini Program UI component Library: Mogujie"s minui.
now I want to use mobile mint-ui directly on Mini Program. Why not? Isn"t it all just a UI component library?
Mobile UI library: mint-ui of ele.me.
Mini Program UI component Library: Mogujie"s minui.
now I want to use mobile mint-ui directly on Mini Program. Why not? Isn"t it all just a UI component library?
1. Mini Program only supports the native components of Mini Program, not the tag HTML5
.
2, Mini Program does not have document, window
objects.
3. Some components of Mini Program are implemented through iOS, Android
native components. Mini Program's iOS, Android
native components have the highest level, and z-index
has no effect on these components.
4 and Mini Program do not support rem, vh, vw
pixel units, only px, rpx
.
Previous: How does the window height get smaller when electron-vue clicks minimize under windows?
Next: How does the width of the table column in the table component of element-ui adapt to the content?