Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable default styles #49

Open
lelukas opened this issue Jun 22, 2018 · 1 comment
Open

Disable default styles #49

lelukas opened this issue Jun 22, 2018 · 1 comment

Comments

@lelukas
Copy link

lelukas commented Jun 22, 2018

Is there a way to disable default styles? I would like to use my own styles and vue-tabs use classes names that I already defined for other components

@Geminii
Copy link

Geminii commented Jun 27, 2018

Hi @lelukas,
Maybe you can add a class on vue-tabs then specify your own css, no ?

<vue-tabs @tab-change="handleAnalyzeTabChange" class="loll">
    <v-tab title="A"></v-tab>
    <v-tab title="B"></v-tab>
</vue-tabs>

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

No branches or pull requests

2 participants