Page 1 of 1

theme vs structural classes

Posted: 30 Aug 2019, 23:34
by RobSchripsema
Does the Designer API provide access to customizing the structural classes used in PrimeNG, or only the theming classes?

If only theming, then what is the best way to handle changes to the structural classes? By editing the primeng.css file directly?

Re: theme vs structural classes

Posted: 03 Sep 2019, 09:36
by merve7
Hi,
What did you mean with "structural class"? You can update mostly classes and theme classes. Also, you can examine in demo page with sass editor.
Like;
Image

Re: theme vs structural classes

Posted: 05 Sep 2019, 21:20
by RobSchripsema
What I mean is what is referred to at the bottom of each of the component descriptions on the PrimeNG website, where it says,
Styling
Following is the list of structural style classes, for theming classes visit theming page.
Examples would be:
  • ui-tabview-nav
  • ui-tabview-selected
So, does the DesignerAPI allow for modification of those structural style classes as well as the theming classes?

Re: theme vs structural classes

Posted: 13 Sep 2019, 14:43
by merve7
Hi,
Yes, you can do