Gallery
A masonry like component for displaying and sorting images. Contains a scoped-slot for further customization of the v-card
's.
Prop | Type | Default | Description |
---|---|---|---|
categories | Array | [] | The Array of available categories. Category object { text } |
projects | Array | [] | The array of corresponding projects. Project object { img, action } . Action accepts a callback that will be invoked when a v-card is clicked. |