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>