Vuetify: [Bug Report] Missing v-col prop for extra small breakpoints (xs)

Created on 24 Sep 2019  路  2Comments  路  Source: vuetifyjs/vuetify

Environment

Vuetify Version: 2.0.18
Vue Version: 2.6.10
Browsers: Google Chrome
OS: Mac OS 10.15

Steps to reproduce

Just by trying to use the "xs"-breakpoint property. When the extra small screen size gets triggered nothing happens.

Expected Behavior

There should be a xs property like for each other breakpoint (sm, md, lg, xl)

Actual Behavior

The xs breakpoint is not implemented in the 2.x grid system. In the 1.x grid system it was implemented and worked fine

Reproduction Link

https://jsfiddle.net/valentingavran/0xdfLwrk/19/

VGrid layer 8 issue

Most helpful comment

It should, in my opinion, be better highlighted in the documentation.

All 2 comments

You are already using the cols prop which is the 2.0 equivalent of xs

It should, in my opinion, be better highlighted in the documentation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jofftiquez picture jofftiquez  路  3Comments

milleraa picture milleraa  路  3Comments

efootstep picture efootstep  路  3Comments

smousa picture smousa  路  3Comments

itanka9 picture itanka9  路  3Comments