You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<columns-container><columngrow><!-- this column will grow/shring based on screen width -->
something
</column><columnwidth="190"><button>ZAKRES</button></column><columnwidth="190"><button-magnifier></button-magnifier><button-bell></button-bell><button-gears></button-gears></column></columns-container>
Hide/show column in mobile view:
<columns-container><columnhideMobile>
I am not visible when screen <600px</column><columnshowMobile>
I am visible only when screen <600px</column></columns-container>
Hide/show column in tablet view:
<columns-container><columnhideTablet>
I am not visible when screen > 600px and <840px</column><columnshowTablet>
I am visible only when screen > 600px and <840px</column></columns-container>
Hide/show column in desktop view:
<columns-container><columnhideDesktop>
I am not visible when screen > 840 px
</column><columnshowDesktop>
I am visible only when screen > 840 px
</column></columns-container>
About
Define columns with static width with Angular2 and FlexBox