-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Tabs
georgeMuraveiAlkh edited this page Oct 24, 2017
·
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 inslot
attributes of your tabs