How to make Responsive Grid in Ionic 2

I building a eCommerce hybrid app using ionic 2. I want a page which will list my list of products in a responsive grid.

I tired searching for help in web, but not much.

I want to build a page similar to the link http://maxcabrera.com/code/todo-list/.

How do I use foundation flex css framework in Ionic 2 App?

Ionic 2 ships with a css grid based on flexbox.

You could use for your responsive grid

1 Like

Thanks @mhartington for providing a hint