vue3-carousel
vue3-carousel copied to clipboard
How can i add gap and padding to the slides?
Is your feature request related to a problem? Please describe. The problem is, when i put my custom component in the slides, the design of the card isn't looking good.
Describe the solution you'd like i need to add a gap between cards, also i need to add padding to the slide wrapper,
Describe alternatives you've considered you can add margin right but don't to it to the last item.
Additional context
I attached img, i hope it helps.
i am using the #Breakpoints here
Ideally a vue prop which interacted with the carousel__track to use the css property gap (but which was also factored into the slide display calculations) as applying it directly with css breaks the start/stop positions.
Anyone find a solution for this?
I just add padding to the Carousel
component