I need to use v-carousel without the bottom control panel. It's useless when number of images more than 20. Is it possible to hide it?
vuetify carousel: How to hide the bottom control panel
2.2k views Asked by Georgii Dernovyi At
2
There are 2 answers
0

You just need to add the hide-delimiters
prop. You can find all carousel props here: VuetifyJS API
<v-carousel hide-delimiters>
[...]
You can do that with css: