Hello,
Thus far, I have only been able to use 3 themes: Default, Bootstrap, and Material.
I see in the Demos that now there are various themes/swatches available.
Can anyone advise the exact steps I need to take in order to create/download CSS files corresponding to each of these new themes?
The application I'm currently working on allows users to select from the 3 standard themes, and so I have a CSS file corresponding to each of them that gets swapped out in the DOM dynamically.
I'd like to use the same mechanism to allow users to select any of the new themes/swatches, and therefore I would need to have a separate CSS file for each.
Thanks.