App bar
The v-app-bar component is pivotal to any graphical user interface (GUI), as it generally is the primary source of site navigation.
Basic
The v-app-bar
component is used for application-wide actions and information.
Color
Use color
prop to create various background v-app-bar
.
Density
The density
prop decreases the height of the v-app-bar
based upon 1 of 4 levels of density. default
, prominent
, comfortable
and compact
.
Image
v-app-bar
can contain background images. You can set source via the image
prop. If you need to customize the v-img
properties, the app-bar provides you with an image slot.
CONTENTS
Introduction
Basic
Color
Density
Image