Plans from $25/month
This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
How to Extend a VueUse Composable
In this lesson, we extend the VueUse useCycleList
composable to add support for isForward
and isBackward
booleans. This allows us to create a nice backwards and fowards sliding transition for our Vue.js powered carousel.
Links
- useCycleList (part 2) - Start | End | Docs
- A Styled Version of the Carousel (if you're curious)