"When AlloyUI arrived on the scene, it added a new dimension to YUI contributorship. Professional, robust, and beautifully designed, the Alloy project and its engineers created a world of new options for YUI implementers, and it helped the YUI project turn the corner to become a contributor-driven, community-owned open source project."
get started
it’s really easy!
1 - Copy and paste
First load the seed file, if you haven't yet.
<script src="http://cdn.alloyui.com/1.7.0/aui/aui-min.js"></script>
2 - Start using Alloy UI
Then initialize AlloyUI and load a module, e.g., AutoComplete.
AUI().use('aui-autocomplete', function(A) {
// code goes here
});




