Description
Suave UI is designed for web-applications based on AngularJS. It consists of CSS definitions, directives and services that helps build UI quick and efficiently.
Suave UI 0.3.1 alternatives and similar libraries
Based on the "Animations" category.
Alternatively, view Suave UI 0.3.1 alternatives based on common mentions on social networks and blogs.
-
shuffle-images
The Simplest Way to shuffle through images in a Creative Way http://www.thepetedesign.com/demos/shuffle-images_demo.html -
Scrawl-canvas Library
Responsive, integrated and interactive HTML5 canvas elements. -
TransitionEnd
TransitionEnd is an agnostic and cross-browser library to work with transitionend event. -
js-loading-overlay
Display loading overlay for your application easily and beautifully.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Suave UI 0.3.1 or a related project?
README
Suave UI 0.3.1
UI Framework for AngularJS
Suave UI is designed for web-applications based on AngularJS. It consists of CSS definitions, directives and services that helps build UI quick and efficiently.
Components
All these components are included in bundle-files. So you don't need to include them separately to use all them force.
- Font Awesome 4.2.0 provides icons.
- Animate.css 3.2.0 provides CSS-animations.
How to use?
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.
License
- Suave UI is inspired by Actiguide licensed under the MIT
- Font Awesome font is licensed under the SIL OFL 1.1
- Animate.css is licensed under MIT
*Note that all licence references and agreements mentioned in the Suave UI 0.3.1 README section above
are relevant to that project's source code only.