Vuetify: [Feature Request] Add flat property to stepper

Created on 16 May 2018  路  3Comments  路  Source: vuetifyjs/vuetify

Problem to solve

Remove box-shadow same as with v-card flat

Proposed solution

flat property as in v-card

VStepper feature

Most helpful comment

You can also use class="elevation-0" for now

All 3 comments

+1 I need this, for now it helped me:

.v-stepper{
    box-shadow: none;
}

You can also use class="elevation-0" for now

Quick win for v2.5 by simply adding the elevatable mixin.

Was this page helpful?
0 / 5 - 0 ratings