Hero

An enhanced carousel component that supports single or multi-images. Accepts an array of items that can either be a String, the image you are wanting to display, or an object that contains a src and alternatively bind prop.

{
  src: 'file.png',
  bind: {
    lazy: true
  }
}

This component implements all available props for v-carousel

Prop Type Default Description
delimiterIcon String mdi-minus Sets icon for carousel delimiter
height Number, String 600 Specify the hero height
items Array [] The Array of items. Items object { src, bind }, String