How can I add carousel in tabbar in phone gap?
items : [ {
title : 'User',
html : '<h2>User Card</h2>',
cls : 'card5',
iconCls : 'user'
}, {
title : 'User',
html : '<h1>User Card</h1>',
cls : 'card5',
iconCls : 'user'
}, {
title : 'User',
html : '<h1>User Card</h1>',
cls : 'card5',
iconCls : 'user',
} ]
I have to add carousel in this code.
Finally found out the answer
where myCarousel will be the object of Carousel