| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
10年前发布

AngularJS的UI框架:Suave UI

Suave UI设计用于基于AngularJS的web应用程序。它由CSS定义,指令和服务组件,帮助你快速,高效地构建UI。

组件

All these components are included in bundle-files. So you don't need to include them separately to use all them force.

如何使用?

You can include Suave UI to your project with Bower by this command:

bower install suave-ui --save

To use Suave UI without Bower you had to add CSS & JS bundle-files and include suave-ui angular-module into your web-app initialization via Dependency Injection or angular.bootstrap.

<link rel="stylesheet" href="suave-ui/dist/styles.min.css" />  <script src="js/angular.min.js"></script>  <script src="suave-ui/dist/app.min.js"></script>    <script>      angular.element(document).ready(function () {          angular.bootstrap(document, ['your-app', 'suave-ui']);      });  </script>

Then you can use Suave directives, services and styles right in your code. Demo & Examples is available here.

项目主页:http://www.open-open.com/lib/view/home/1418176258839

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1418176258839.html
Suave UI Web框架 angularjs