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/2.0.0pr5/aui/aui-min.js"></script>
2 - Start using Alloy UI
Then initialize AlloyUI and load a module, e.g., Carousel.
YUI().use(
'aui-carousel',
function(Y) {
// code goes here
}
);