Vuetify docs define the sheet as follows:
The
v-sheetis designed to power other paper components within Vuetify. It is meant to be used as a low level component.
card according to docs is this:
The
v-cardcomponent is a versatile component that can be used for anything from a panel to a static image.
To me (not JS person) they seem very similar. Are they interchangeable? When to use one but not the other? Can you illustrate with examples?