How change theme template?

I HAVE MATERIAL FOR DEFAULT, BUT I WANT BOOTSTRAP V4, HELPE ME PLS

1 Reply

NR Nevitha Ravi Syncfusion Team April 18, 2019 05:48 AM UTC

Hi Marco, 

Greetings from Syncfusion Support. 

You can simply change the theme name in style reference to use different themes. We have prepared a sample for your reference which can be downloaded from the following link. 

<style> 
@import "../node_modules/@syncfusion/ej2-vue-schedule/styles/bootstrap.css"; 
@import "../node_modules/@syncfusion/ej2-base/styles/bootstrap.css"; 
@import "../node_modules/@syncfusion/ej2-buttons/styles/bootstrap.css"; 
@import "../node_modules/@syncfusion/ej2-calendars/styles/bootstrap.css"; 
@import "../node_modules/@syncfusion/ej2-dropdowns/styles/bootstrap.css"; 
@import "../node_modules/@syncfusion/ej2-inputs/styles/bootstrap.css"; 
@import "../node_modules/@syncfusion/ej2-navigations/styles/bootstrap.css"; 
@import "../node_modules/@syncfusion/ej2-popups/styles/bootstrap.css"; 
</style> 


Please check the sample and let us know if you need any further assistance. 

Regards, 
Nevitha 


Loader.
Up arrow icon