Mini Kabibi Habibi
<div data-options="dxView : { name: 'productCategories', title: 'products' } " >
<div data-bind="dxCommand: { action: goBack, title: 'Home', iconSrc: 'images/back-icon.png', location: 'home' }"></div>
<div class="product-categories" data-options="dxContent : { targetPlaceholder: 'content' } " >
<div class="gallery list" data-bind="dxGallery: { items: categories, indicatorEnabled: true, swipeEnabled: true, showIndicator: false, showNavButtons: false, selectedIndex: 0, slideshowDelay: 0, animationDuration: 400, itemTemplate: 'item' }">
<div class="gallery-item" data-bind="dxAction: '#productCategory/{typeId}/{id}'" data-options="dxTemplate : { name: 'item' } " >
<div class="item-container">
<img data-bind="attr: { 'src': image }" />
<div data-bind="text: title"></div>
</div>
</div>
</div>
</div>
</div>