The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I am using Visual Studio Code. I created a new Vue project. The only thing i am having problem is with adding custom theme which i downloaded from theme studio.
I includedrel='nofollow' href="/styles/material.css"rel="stylesheet"/> in index.html as said in document as well as imported in my component like
@import'/styles/material.css'; in style tag. The theme did not came into effect. What could be the problem?
JAJesus Arockia Sankaran S Syncfusion Team May 7, 2019 09:46 AM UTC
Hi sayali,
Thanks for contacting Syncfusion support.
We have created vue-cli application with essential js2 date-picker component. In here, we have injected custom theme which is generated by theme-studio.
Generated custom styles should be referred in app.vue as below.
Please get back to us if you require any further assistance on this.
Regards,
Jesus Arockia Sankaran S
SSsayali saitawdekarMay 7, 2019 10:25 AM UTC
I have just replaced my css in your project that you have sent me, still not working. I downloaded css file from theme studio. I have attached the css file. Attachment: materialcal_b924e9cf.rar
JAJesus Arockia Sankaran S Syncfusion Team May 8, 2019 09:34 AM UTC
Hi Sayali,
Sorry for the inconvenience.
We used DatePicker component for both to generate theme file from ThemeStudio and to create sample but you have generated theme for Calendar. We have tweaked our sample by replacing the DatePicker component with Calendar component and referred the theme file shared by you.