Hi ^^
is there a way to hide the arrows on the left or right side?
In my tool I use question buttons to switch to the next element.
Hi ^^
is there a way to hide the arrows on the left or right side?
In my tool I use question buttons to switch to the next element.
At the moment you can just hide the navigation with css like:
mekaso-carousel::part(navi) { display: none; }
Nice. Thank you very much