AlloyUI基础教程


这是一个功能丰富的UI框架,基于YUI 3(JavaScript)和Bootstrap (HTML/CSS) 创建,包含了超过60种组件,范围从实用程序到全面的UI部件。控件包括图片廊、对话框、树形视图、面板、自动完成、按钮、日历、工具栏等。

实例预览

引入文件

  1. <script src="http://cdn.alloyui.com/3.0.1/aui/aui-min.js"></script>
  2. <link href="http://cdn.alloyui.com/3.0.1/aui-css/css/bootstrap.min.css" rel="stylesheet"></link>

使用方法

  1. YUI().use(
  2.   'aui-carousel',
  3.   function(Y) {
  4.     // code goes here
  5.   }
  6. );



下载地址