We are trying to implement the tabs and using the code from the tabs.demo.
The tabs are appearing with only text and the css is missing.
How can we add the css for tabs?
Hello Dean,
I think it is likely that you are missing the following line in your index.html if you are using Blazor Web Assembly:
<link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
Adding this should provide the required CSS to the IgbTabs control.