question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to style ngb-tabset?

See original GitHub issue

This a question not an issue,

how to add styles to the tablist class (<ul>) in ngb-tabset

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
pkozlowski-opensourcecommented, Feb 27, 2018

This is not currently supported, marking as a feature request

1reaction
Dan203commented, Nov 18, 2019

I have an older project I needed to do that and never could get it to work wit ng-bootstrap. But the guys at ngx-bootstrap added a patch to their code that allows you to dynamically show/hide tabs using ngif, so I was able to accomplish it using their lib instead.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change styles on ngb-tab title - angular - Stack Overflow
Ideally something like this, but the class property doesn't seem to have an effect on ngb-tab. The HTML: <ngb-tabset #t="ngbTabset"> <ngb-tab [ ...
Read more >
Ngb Tabset Styling Test - StackBlitz
Editor Preview Both. Sign in. Project. Search. Settings. Switch to Light Theme. Enter Zen Mode. Project. Download Project. Info. Ngb Tabset Styling Test....
Read more >
Angular 8/7 Bootstrap | Tabset Tutorial with Options by Example
Add Bootstrap Style to UI Components ... To use Bootsrap Tabset component, we add ngb-tabset component as a tab wrapper and each tab...
Read more >
How to change ngb-tabset color/background color
How to change ngb-tabset color/background color ? · div class="innerTab"> · <ul ngbNav #nav="ngbNav" [(activeId)]="active" class="nav-tabs" style= ...
Read more >
[ng-bootstrap] How to style ng-tabset ? : r/Angular2 - Reddit
I successfully changed the text color inside the component with: ngb-tabset { color: #FFFFFF; } But I can't target ~ngb-tab~ with that. How...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found