What's the difference between Mini Program UI component library and mobile UI 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?


you cannot use mobile mint-ui on Mini Program

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 .

Menu