1.0.1 • Published 4 years ago

vue-light-tabs v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

vue-light-tabs

Simple tabs component for Vue

  • install:
  npm install vue-light-tabs --save
  • usage:
  <LightTabs></LightTabs>
  import LightTabs from 'vue-light-tabs'
  ...
  components: {
    LightTabs
  }
  ...
  • API
propsdescriptiontypedefault
tabstabs data list。eg: 'tab1', 'tab2'Array[]
backgroundtabs background colorString#ffffff
lineColortab underline colorString#333333
lineWidthtab underline width. no underline if it equals 0Number0
initTabinitial active tab indexNumber0
activeColoractive tab colorString#333333
inactiveColorinactive tab colorString#999999
  • Events
propsdescriptionreturn
on-changeclick tab eventactive tab index