Skip to content

add active-class prop to <b-tabs> #2518

Closed
@allw1994

Description

@allw1994

Just like there is an ability to set nav-class on a b-tab could we not also have active-class with similar options.

e.g. at the moment I can use by default

<b-tabs :nav-class="customvariant">
    <b-tab title="tab">Tab Content</b-tab>
</b-tabs>

Does it not make sense to also have something like:

<b-tabs :nav-class="customvariant" :active-class="customactive">
    <b-tab title="tab">Tab Content</b-tab>
</b-tabs>

Hope this makes sense?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions