You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And as a result, tabsetPanel() et al. don't work well with Bootstrap 4 "plugin" frameworks like Bootswatch 4 or AdminLTE 3, which make strong assumptions about nav (as well as other) markup. In addition to working better with these frameworks, if tabPanel() markup produced the right markup when it's aware that Bootstrap 4 is relevant (via it's {bslib} integration), then folks can also use tabs without the compatibility layer that comes by default with bs_theme()
And as a result,
tabsetPanel()
et al. don't work well with Bootstrap 4 "plugin" frameworks like Bootswatch 4 or AdminLTE 3, which make strong assumptions about nav (as well as other) markup. In addition to working better with these frameworks, iftabPanel()
markup produced the right markup when it's aware that Bootstrap 4 is relevant (via it's{bslib}
integration), then folks can also use tabs without the compatibility layer that comes by default withbs_theme()
The text was updated successfully, but these errors were encountered: