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
Grid 0 is so important (e.g [nzXs]="0") as it allow us to hide content according to breakpoints (xs, sm, md, lg, xl), and it is provided on official ANT documentation for React
What does the proposed API look like?
<div nz-col [nzXs]="24" [nzSm]="24" [nzMd]="8" [nzLg]="5" [nzXl]="5">
DIV 01
</div>
<div nz-col [nzXs]="0" [nzSm]="0" [nzMd]="16" [nzLg]="19" [nzXl]="19">
DIV 02 not shown on small screens
</div>
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
Feb 18, 2019
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
What problem does this feature solve?
Grid 0 is so important (e.g [nzXs]="0") as it allow us to hide content according to breakpoints (xs, sm, md, lg, xl), and it is provided on official ANT documentation for React
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: