Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
0
Tabs
posted

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?

Parents
No Data
Reply
  • 34430
    Offline posted

    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.

Children
No Data