Skip to content

Instantly share code, notes, and snippets.

View mavinoo's full-sized avatar

Mohammad Ghanbari mavinoo

View GitHub Profile
@mavinoo
mavinoo / vue-material-swipe-tabs-with-animation.html
Last active June 15, 2020 16:35 — forked from dagalti/vue-material-swipe-tabs-with-animation.html
Vuejs Material design tabs with swipe, transitions effects without using extra libraries.
<!---
1. Set Tabwidth in data
2. Tabs are swipeable
3. Scrollable tabs
4. No external libraries used expcept vuejs
5. Using vuejs transition for animation
Demo : https://dagalti.github.io/vue-tabs.html
Codepen : https://codepen.io/dagalti/pen/pYKXQW
-->