最終更新:2017-12-30 (土) 17:47:29 (2637d)
Onsen UI
Top / Onsen UI
概要
- Onsen UI provides UI framework and tools for creating fast and beautiful HTML5 hybrid mobile apps based on PhoneGap / Cordova.
アーキテクチャ
CSSコンポーネント
Web Components
- コンポーネントを定義するために用いられているWeb標準
フレームワークバインディング
例
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://unpkg.com/onsenui/css/onsenui.css"> <link rel="stylesheet" href="https://unpkg.com/onsenui/css/onsen-css-components.min.css"> <script src="https://unpkg.com/onsenui/js/onsenui.min.js"></script> </head> <body> <ons-button onclick="alert('Hello World!')">Click Me</ons-button> </body> </html>