Skip to content
AlexanderBoriskin edited this page Aug 1, 2018 · 11 revisions

Use nice and simle tabs in your dashboard!

<vuestic-tabs class="tabs" :names="['FirstTab', 'SecondTab']">
  <div slot="SecondTab" class="d-flex justify-content-center">
    Second Tab content
  </div>
  <div slot="FirstTab" class="d-flex justify-content-center">
    First Tab content
  </div>
</vuestic-tabs>

names: String[] -- Just add array of tab names in :names and add same names in slot attributes of your tabs

Find DEMOs here!

Clone this wiki locally