Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Add custom CSS class to tab header item #57

Closed
waghcwb opened this issue Apr 24, 2018 · 1 comment
Closed

Add custom CSS class to tab header item #57

waghcwb opened this issue Apr 24, 2018 · 1 comment

Comments

@waghcwb
Copy link

waghcwb commented Apr 24, 2018

I can add custom CSS class to the component content, like this

<tabs :options="{ useUrlFragment: false }">
  <tab v-for="tab in tabs" :class="'some-cool-class'">
    <h3 v-html="tab.content.title"></h3>
    <p v-html="tab.content.description"></p>
  </tab>
</tabs>

But, how can I customize the tab header attributes?

@spatie-bot
Copy link

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants