CSS Utility Classes Display
Change the display style of components responsively with display utilities.
How it works
The classes are named using the following format:
._display:{value}
Where value can be one of:
blockcontentsflexflow-rootgridinlineinline-blockinline-flexnonetabletable-celltable-row
Preview
Component.vue
Preview
Component.vue
Change the display value of elements when printing with the print display utility classes.
._print:display:none._print:display:inline._print:display:inline-block._print:display:block