-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue.js version component please #172
Comments
Hi, it will require a lot of time, not sure i will do it. |
Hey i wrote this in Vue3 using VueUse, Vuetify, it is too much gap, but hoping it will help you. `<script setup lang="ts"> const container = ref<HTMLElement | null>(null); if (!xs.value) { const widthToScroll = 256 + 16; const scrollReverse = () => { const pixels = computed(() => scrollWidth.value - offsetWidth.value);
.container::-webkit-scrollbar { .left-chevron { .right-chevron { |
Is your feature request related to a problem? Please describe.
My PM(Product Manager) find that he need a horizontal-scrolling-menu.but our stack is vuejs. have you ever think to publish a vue version plz?
Describe the solution you'd like
vue component needed
thx, waiting for your reply
The text was updated successfully, but these errors were encountered: