Akash Saxena
Akash Saxena

Reputation: 157

How to create a category slider in ionic app

I want to create a slider as displayed in the image. Categories in the slider in header and below is the description for selected category.

Upvotes: 4

Views: 762

Answers (2)

Ramandeep Kaur
Ramandeep Kaur

Reputation: 157

You can list the categories in slider and on changing the category with left/right button you can get the index value of the item with which you can filter the product table where category id is saved.

So you just have to match the selected category id with the category id in products table. Hope it will help you in some manner.

Upvotes: 1

raj
raj

Reputation: 6094

Ionic Segments would be the best choice to implement this. Check out documentation

Upvotes: 0

Related Questions