Base solution for your next web application
Open Closed

Metronic Theme Layout 4 #2597


User avatar
0
bilalhaidar created

Hi,

I am browsing Metronic Theme online and I can see it has a lot of UI things to make use in an application.

When I want to use a certain feature of that theme, shall I do any extra thing to integrate with Abp? Or I can simply check the HTML/JS code from the online demo of Metronic and use the same in my app?

For instance, the Modal control, which one Abp boilertplate is using? Ui-Bootstrap or the one from Metronic?

Thanks


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Modal component is not metronic's component. Metronic's current angular1 directives are not much and becaus of that we used some different components for angular1 template. If you want to use some plugins in metronic, first check if it's js&css files are included in AspNet Zero or not. Because we didn't include most of the plugin sources because it will make the bundle size for js & css bigger. They can be added when needed.