Vuetify Tutorial #14 - Grid System (part 2)

Vuetify Tutorial #14 - Grid System (part 2)

Net Ninja

5 лет назад

62,044 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@akshayjoy9461
@akshayjoy9461 - 11.12.2020 22:08

sickest people are those who disliked his video...

Ответить
@MassimilianoBariola
@MassimilianoBariola - 29.06.2020 19:10

apparently in Vuetify2 you need to specify breakpoints via props in a different way:
Instead of xs12: xs="12"
Instead of md4: md="4"
etc etc.

Ответить
@Gbigbega
@Gbigbega - 24.06.2020 19:55

note that v1 <v-layout> and <v-flex> is no longer in use. In v.2, its now <v-row> and <v-col>

Ответить
@RonyEfendy
@RonyEfendy - 02.04.2020 05:00

Great playlist! For newer version some components have been replaced. v-layout and v-flex are replaced by v-row and v-col. However they still work.

Ответить
@MyMeww
@MyMeww - 02.03.2020 17:20

For 2020 newbies, here's an example code of how to solve the layout with Vuejs2 syntax:

<v-container class="my-5">
<v-card flat class="px-3">
<v-row row wrap>
<v-col cols="12" md="6">
<div class="caption grey--text">Project Title</div>
<div>Create a new website</div>
</v-col>
<v-col xs="2">
<div class="caption grey--text">Person</div>
<div>Anzelika</div>
</v-col>
<v-col xs="2">
<div class="caption grey--text">Due Date</div>
<div>02/04/20</div>
</v-col>
<v-col xs="2">
<div class="caption grey--text">Status</div>
<div>ongoing</div>
</v-col>
</v-row>
</v-card>
</v-container>

Ответить
@mateuspimentel2753
@mateuspimentel2753 - 26.09.2019 01:24

My v-layout is not being padded on the sides D:

Ответить
@Mishawitcher
@Mishawitcher - 18.06.2019 11:34

Thank you very much, man! Your lesson helped me to understand how it works

Ответить
@iservan
@iservan - 28.03.2019 13:30

Thanks for your tutorial, It's being very useful. However I'd like to add a note: padding and margin work as properties son you don't need to add them as classes. Why do u prefer to use clases? thanks

Ответить
@maccoskuni8646
@maccoskuni8646 - 06.03.2019 10:45

By far the best. tried all other vue tuts your my Ninja!

Ответить
@DigitalMonsters
@DigitalMonsters - 02.02.2019 20:31

Could you also take everything inside v-card and turn it into a component called say project, then pass down the data via props?

Or is that a bad practice / not what components are for?

Ответить
@Cho1279624
@Cho1279624 - 04.12.2018 19:05

Very nice!!!!

Ответить
@andreslobato5271
@andreslobato5271 - 29.11.2018 15:54

Nothing better than get to the office and see there's a new video uploaded. Thanks ninja!

Ответить
@ChrisLaupama
@ChrisLaupama - 29.11.2018 13:27

Just purchased the Vue course on Udemy. You are by far the best tutor.

Ответить
@michongoma7598
@michongoma7598 - 29.11.2018 12:25

And today we get four in awesomeness!! thank you!

Ответить
@ivarledgis3862
@ivarledgis3862 - 29.11.2018 12:16

easy to understand :D

Ответить
@ChrisLaupama
@ChrisLaupama - 29.11.2018 12:06

This tutorial series is incredible!

Ответить