What's the guidance on how to theme a Locked/Frozen column for the Grid using theme builder? Right now my team is resorting to an override CSS sheet and we'd love nothing but to integrate this in the generated SCSS.
I have read the documentation, but I'm feeling confused about how to implement an optimal approach for limiting color choices to red, green, and blue in my project. I am using the themebuilder to create a customized theme, and this themebuilder provides a single CSS file that I can apply in my project. Could you please guide me on how to switch between at least three different themes, each with distinct red, green, and blue color combinations? I'm finding it challenging to grasp this process despite having read the documentation."
This type is used in a CSS file in the provided Kendo ThemeBuilder
Hi,
As you can imagine from the previous questions, we are integrating deeply Figma with our Kendo implementations, and so far it looks great.
3 questions that would be ideal if they are possible to execute:
Thank you!
Sanja
Hi
What is the recommended way to build the Themebuilder exported scss?
Hi,
I know it's not directly related to ThemeBuilder, but maybe closest area to ask?
I love the UI Kits for Figma, but want to export them all to Axure and make hi fidelity prototypes with Kendo controls.
Did anyone try this?
When I just use the Axure plugin for Figma, it exports/copies the frames without styles.
Thnx!
Hi,
I don't understand the workflow now that the Unite UX tool was retired.
Our designers used your Figma UI kits for our custom Kendo React App and have built our design system.
How do I get it now to code with the logic of ThemeBuilder replacing Unite UX?
Thank you!
How can I right justify text in the cells (not header) of the first column in my Grid layout using ThemeBuilder Pro? Try to set the first column as shown in reference image.
Thanks!
Hello our company is considering using Telerik Angular UI and we have questions regarding creating and installing a custom theme.
Here are the steps we took so far:
1) progress theme builder for angular material created a project named test-custom-theme.
2) changed primary color and secondary to our company colors and background to a dark gray just to see that the theme is working. These are extremely simple changes our artists will do much more once we prove out the concept.
3) exported test-custom-theme from theme builder into a zip.
4) created a new angular project called telerik-test-app using the angular cli, installed the telerik license and activated.
5) started to follow the readme with the custom theme zip this is where things started to not work.
After generating the theme builder zip I preformed the following steps.
1) The readme says extract the custom theme folder to your application and use it as a standard npm package.
2) Changed dir to telerik-custom-theme and ran npm install
3) added the dependencies to my project's root package.json "telerik-custom-theme": "file:./telerik-custom-theme"
4) navigated to the root of my project and ran npm install. Received the following errors:
PS D:\src\Development\angular\telerik-test-app> npm install
npm ERR! code EISDIR
npm ERR! syscall symlink
npm ERR! path D:\src\Development\angular\telerik-test-app\telerik-custom-theme
npm ERR! dest D:\src\Development\angular\telerik-test-app\node_modules\telerik-custom-theme
npm ERR! errno -4068
npm ERR! EISDIR: illegal operation on a directory, symlink 'D:\src\Development\angular\telerik-test-app\telerik-custom-theme' -> 'D:\src\Development\angular\telerik-test-app\node_modules\telerik-custom-theme'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\nfisher\AppData\Local\npm-cache\_logs\2023-03-25T15_37_51_187Z-debug.log
These instructions seem simple but for some reason we are missing something can anyone help?