Ionic 2 responsive grid

后端 未结 3 994
一向
一向 2021-01-11 11:26

How can I make a responsive grid in Ionic 2? Ionic 1 supported reserved classes like responsive-md or responsive-sm that made grids responsive, but

3条回答
  •  被撕碎了的回忆
    2021-01-11 12:10

    Though it does not seem to appear in the Ionic 2 documentation currently, the responsive-md, responsive-sm (etc.) classes in Ionic 1 now become individual attributes in Ionic 2.

    Here is an example:

      
        This column will take 10% of space
      
    

提交回复
热议问题