vue3-carousel icon indicating copy to clipboard operation
vue3-carousel copied to clipboard

How can i add gap and padding to the slides?

Open paul-cylix opened this issue 10 months ago • 5 comments

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. carsel

paul-cylix avatar Aug 15 '23 11:08 paul-cylix

i am using the #Breakpoints here

paul-cylix avatar Aug 15 '23 11:08 paul-cylix

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.

MarkMadison avatar Aug 17 '23 20:08 MarkMadison

Anyone find a solution for this?

jshrssll avatar Jan 16 '24 21:01 jshrssll

I just add padding to the Carousel component

wobsoriano avatar Mar 29 '24 03:03 wobsoriano