그리드 리스트 (Grid list)

그리드 리스트는 아이템들 사이에 여백을 넣을 수 있도록 도와주는 v-container를 위한 애드온입니다.

사용법

Grid lists augment the v-container component to allow for greater flexibility with gutters. It comes in 5 variants, from xs to xl and can be dynamically changed.

API

v-container
이름
align-baseline
디폴트
false
타입
Boolean

항목을 베이스라인(baseline)으로 정렬

이름
align-center
디폴트
false
타입
Boolean

항목들을 중앙으로 정렬

이름
align-content-center
디폴트
false
타입
Boolean

컨텐츠를 중앙으로 정렬

이름
align-content-end
디폴트
false
타입
Boolean

컨텐츠를 끝 쪽으로 정렬

이름
align-content-space-around
디폴트
false
타입
Boolean

컨텐츠를 좌우정렬(Align content to the space around).

이름
align-content-space-between
디폴트
false
타입
Boolean

Align content to the space between.

이름
align-content-start
디폴트
false
타입
Boolean

컨텐츠를 앞 쪽으로 정렬

이름
align-end
디폴트
false
타입
Boolean

항목들을 끝 쪽으로 정렬

이름
align-start
디폴트
false
타입
Boolean

항목들을 앞쪽으로 정렬

이름
d-{type}
디폴트
false
타입
Boolean

display 항목을 flex/inline-flex/block 등으로 설정. 형식)d-{타입}. 예)d-flex.

이름
fill-height
디폴트
false
타입
Boolean

Make sure that col element height is filled with parent and child. 자식이 column 요소일 경우, 사파리/파이어폭스 에서 중요함

이름
fluid
디폴트
false
타입
Boolean

Removes viewport size breakpoints

이름
grid-list-{xs through xl}
디폴트
false
타입
Boolean

Sets the gutter between grid list items ranging from 2px to 24px

이름
id
디폴트
undefined
타입
string

컴포넌트의 DOM 아이디를 설정

이름
justify-center
디폴트
false
타입
Boolean

Justify content to the center.

이름
justify-end
디폴트
false
타입
Boolean

Justify content to the end.

이름
justify-space-around
디폴트
false
타입
Boolean

Justify content to the space around.

이름
justify-space-between
디폴트
false
타입
Boolean

Justify content to the space between.

이름
justify-start
디폴트
false
타입
Boolean

Justify content to the start.

이름
tag
디폴트
div
타입
String

컴포넌트 태그를 커스텀 태그로

예제

그리드 리스트 (Grid lists)

그리드 리스트는 놀라운 인터페이스를 만들 수 있도록 현재 그리드 구현과 함께 연속적으로(seamlessly) 작동합니다.

Edit this page | language on Github
Vuetify 3 is now available!The latest version of Vuetify is now available!
Learn about Vuetify 3's new features and functionality for modern Vue applications
Start exploringExplore