Back to Vuetify

Variants

packages/docs/src/pages/en/concepts/variants.md

4.1.11.7 KB
Original Source

Variants

Variants are a powerful feature that allows you to customize the appearance and behavior of components.

<PageFeatures /> <PromotedEntry />

Sheet components

Sheet components in Vuetify offer different stylistic variants to make it easy to fit them into different design contexts. Below is a table summarizing the six available variants.

VariantDescription
elevatedProvides a subtle box-shadow for a depth effect.
flatNo shadow or depth, lies flat against the content.
tonalAdjusts the tone of the component's background.
outlinedAdds a colored border around the component.
textRemoves the background color and elevation.
plainNo styles, offering a clean slate for customization.

Field components

Field components in Vuetify offer a comprehensive set of stylistic variants to elevate your forms and input fields. Whether you're into Material Design or love to experiment, there's a variant for every design challenge.

VariantDescription
underlinedA Material Design 2 variant with a focus underline.
outlinedAdds a border that lifts the label when the field is focused.
filledThe input field features a filled background.
soloStands alone with subtle elevation for a distinct look.
solo-invertedSimilar to solo but inverts input color when focused.
solo-filledLike solo, but with a filled background.
plainStrips away most styles for an almost blank slate.