List of components
Select a Rating
<div id="myRating"></div>
YUI().use( 'aui-rating', function(Y) { new Y.ThumbRating( { boundingBox: '#myRating' } ).render(); } );