In React, OnsenUI is a UI component designed specifically for mobile applications. It has instant implementation capabilities that follow native iOS and Android design standards and enriches the mobile experience of application users through natively designed UI elements. It is perfect for developing hybrid applications using Cordova or developing mobile web applications.
OnsenUI is a series of rich UI components designed specifically for mobile applications. It has instant implementation capabilities that follow native iOS and Android design standards, is free to use, and is 100% open source software (Apache v2 license). Onsen UI enriches the mobile experience of app users with natively designed UI elements. It is perfect for developing hybrid applications using Cordova or developing mobile web applications.
Official document: https://onsen.io/v2/guide/installation.html#installation
We can directly download the Onsen UI framework and reference it in the web page source code Core framework files. Or you can use the provided CDN. Of course, you need to be connected to the Internet during your development process to ensure that you can request framework-related files.
Onsen UI is a future-oriented architecture that contains three levels: CSS components, written in cssnext, the next generation of CSS; Web Components, written in native JavaScript Written to support all frameworks; framework bindings for tighter integration with popular frameworks like Vue.js, AngularJS 1, Angular 2 and React.
Browser and device support. Onsen UI has been fully optimized and tested for the following platforms.
Mobile
iOS 9 and above
Android 4.4.4 and above Version of WebView or Chrome browser (Crosswalk engine for Android 4.0 and above)
Desktop
Latest version of Safari
The latest version of Chrome
For other platforms, please be aware of certain components or features May not work properly.
For more programming-related knowledge, please visit: Introduction to Programming! !
The above is the detailed content of What is React OnsenUI?. For more information, please follow other related articles on the PHP Chinese website!