vue-magic-line is a responsive and flexible tab component for Vue.js projects.
horizontal scrolling tabs, scrollable tabs, responsive scrollable tabs, tabs web component, horizontal scrolling tabs with arrows, tab component html
How to make use of it:
Install & Download:
# Yarn $ yarn add vue-magic-line # NPM $ npm install vue-magic-line --save
Usage
import VueMagicLine from 'vue-magic-line' Vue.use(VueMagicLine)
<vue-magic-line> <vue-magic-line-tab name="First tab" > This is the content of the first vue-magic-line-tab </vue-magic-line-tab> <vue-magic-line-tab name="Second tab" active> <b>This is the content of the second vue-magic-line-tab</b> </vue-magic-line-tab> <vue-magic-line-tab name="Third tab" disabled> This is the content of the third vue-magic-line-tab </vue-magic-line-tab> <vue-magic-line-tab name="Fourth tab"> <i>This is the content of the fourth vue-magic-line-tab</i> </vue-magic-line-tab> <vue-magic-line-tab name="Fifth tab" disabled> This is the content of the fifth vue-magic-line-tab </vue-magic-line-tab> <vue-magic-line-tab name="Sixth tab"> <p>This is the content of the sixth vue-magic-line-tab</p> </vue-magic-line-tab> </vue-magic-line>
flexible tabs component, vue-magic-line Plugin/Github
See Demo And Download
Official Website(piccard21): Click Here
This superior jQuery/javascript plugin is developed by piccard21. For extra advanced usage, please go to the official website.