Yii2masonry

Has anyone implemented this extension?

I have added my code as follows, but where do I add the .item divs and how do I make them rearrange correctly?




<div id="venuesBlock">

            	<?php

                	echo yii2masonry::widget([

                    	'clientOptions' => [

                        	'columnWidth' => 200,

                        	'itemSelector' => '.item'

                    	]

                	]); 

            	?>

</div>