beyonk-group / svelte-carousel

A super lightweight, super simple Carousel for Svelte 3
MIT License
213 stars 38 forks source link

Toggles visibility of slider seems not work #54

Open resourceldg opened 3 years ago

resourceldg commented 3 years ago

i try to disable with... dots="false" and dots=false

but this not work for me.

Robak08 commented 3 years ago

@resourceldg Kinda late to the party, but config accepts boolean, so dots={false} will be correct way.