Third party Javascript Libraries with CSS

When I include JQueryUI the mechanisms/methods and funcions I need work fine, however the CSS doesn’t. How could I integrate third party libraries that comes with CSS?

Can you describe your real problem? What’s the problem with CSS?

Usually, 3rd party resources should not clash with Ionic. Plus Ionic will not work with some jQuery versions and you can’t use jQuery UI without jQuery,

My real problem is that I don’t know how could I integrate 3rd party libraries which comes with CSS. I’m actually trying to use a calendar field from JQueryUI. I already have JQuery linked in my project. The problem is that the calendar is shown however it’s CSS not. JQueryUI comes with a CSS folder and I don’t know how to link it on my project. It looks like Ionic is ignoring them and using only itself CSS/SASS.

Could you help me?