这是一个功能丰富的UI框架,基于YUI 3(JavaScript)和Bootstrap (HTML/CSS) 创建,包含了超过60种组件,范围从实用程序到全面的UI部件。控件包括图片廊、对话框、树形视图、面板、自动完成、按钮、日历、工具栏等。
- <script src="http://cdn.alloyui.com/3.0.1/aui/aui-min.js"></script>
- <link href="http://cdn.alloyui.com/3.0.1/aui-css/css/bootstrap.min.css" rel="stylesheet"></link>
- YUI().use(
- 'aui-carousel',
- function(Y) {
- // code goes here
- }
- );