0.1.2 • Published 5 years ago

c-tabcomponent v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

c-tabcomponent

Tab component under the standards of Unify Design System.

Project setup

npm i c-tabcomponent or yarn add c-tabcomponent

Usage example

import ctabcomponent from 'c-tabcomponent/src/components/c-tabcomponent.vue'

<ctabcomponent :tabContents="[{item:'first',content:'This is First Tab'},{item:'second',content:'This is Second Tab'},{item:'third',content:'This is Third Tab'}]" :active=0 />

Props

NameDefinitonValuesTypeDefault
tabContentsSets tab names and it's contents"{item:'first',content:'This is First Tab'},{item:'second',content:'This is Second Tab'},{item:'third',content:'This is Third Tab'}"ArrayNill
activeSets a tab to active state0NumberNill