lukaszflorczak / vue-agile

🎠 A carousel component for Vue.js
https://lukaszflorczak.github.io/vue-agile/
MIT License
1.49k stars 167 forks source link

Static caption slot #149

Closed davestewart closed 4 years ago

davestewart commented 4 years ago

As per #144, this adds a new slot below the image which will allow a static caption to be displayed:

Caption below:

screen capture

Caption overlay:

screen capture

This is a fairly common use case, with minimal code.

I've bumped the minor version as it's a new feature (1.0.12 should have also been a minor bump because of the new changeDelay param).

lukaszflorczak commented 4 years ago

I've bumped the minor version as it's a new feature

Yes, it's true – my mistake