Skip to content

joedooley/vue-tab-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vue-tab-component

Basic Vue.js tabs component

Usage:

<tabs>

    <tab name="About Us" :selected="true">
        <h1>Here is the content for the about us tab.</h1>
    </tab>

    <tab name="About Our Culture">
        <h1>Here is the content for the about our culture tab.</h1>
    </tab>

    <tab name="About Our Vision">
        <h1>Here is the content for the about our vision tab.</h1>
    </tab>

    <tab name="About Users">
        <h1>Here is the content for the about us tab.</h1>
    </tab>

    <tab name="About Our Subculture">
        <h1>Here is the content for the about our culture tab.</h1>
    </tab>

    <tab name="About Our Visioning">
        <h1>Here is the content for the about our vision tab.</h1>
    </tab>

</tabs>

About

Basic Vue.js tabs component

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published