Consider adding support for CSS breakpoing / media queries in ThemeBuilder.
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries
https://www.w3schools.com/howto/howto_css_media_query_breakpoints.asp
This will enable users to create response design directly within the ThemeBuilder application.
Requested through t.1682156
Expose styling templates for the Wizard components available in the Kendo/Telerik suites
https://github.com/telerik/kendo-themes/tree/develop/tests/wizard
https://demos.telerik.com/blazor-ui/wizard/overview
https://www.telerik.com/kendo-react-ui/components/form/wizard
Consider exposing a template for the ContextMenu component in ThemeBuilder.
https://docs.telerik.com/kendo-ui/controls/menu/contextmenu/overview
https://docs.telerik.com/blazor-ui/components/contextmenu/overview
Requested through t.1658717
Consider making the generated CSS to contain CSS variables instead of compiled CSS. Currently, that is possible only when using direct variables like $kendo-spacing-1.
However, with the current state (Q1 2025), ThemeBuilder will produce compiled value in the CSS when the variables are non-direct (refer to the first screenshot). In the example below the $kendo-spacing-7 is costom added to the $kendo-button-padding-x and as a result, will be compiled as a value
or when the variable is custom-created (second screenshot).
In the example, below the kendo-spacing-7 is used directly and is generated as variable, but $m y-variable is compiled as a value.
Requested through t.1679417
Consider exposing a styling template for the PropertyGrid component
https://demos.telerik.com/kendo-ui/propertygrid/index
It would be helpful for the "< Back" button on the Advanced Edit workspace to take you back to the same scroll position on the Live Preview page (history management). Currently, the back button takes you to the top of the page. This would be helpful when editing several components at the same time.
Consider exposing a template that will allow styling the (Optional) text span from ThemeBuilder.
Currently, as a workaround users must explicitly set the styles through the following selectors:
.k-stepper .k-step-label-optional {
color: red;
background-color: yellow;
font-size: 18px;
font-style: normal;
}
Requested through t.1648985
Consider adding support to set a data URL with SVG when creating a color variable
For example, that would allow the usage of different SVGs when switching between color modes and using components like the Switch
Current state:
The above means that it is not possible to use differently colored SVGs when using multiple color modes.
Requested through t.1679372
Currently, in ThemeBuilder, the generated stypes for the Kendo/Telerik Grid component are for size "medium" (or "md").
However, in Kendo UI for JQuery and other Kendo/Telerik suites, the Grid size property supports other values like "small" and "large".
https://docs.telerik.com/kendo-ui/controls/grid/appearance/sizing
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/size
Consider providing ThemeBuilder templates to allow the generation of styles for other Grid sizes
Consider exposing a template or a component part for the DateTickerPcker > Time > Highlight part.
The styling option is similar to what ThemeBuilder currently has for the TimePicker template
requested through t.1676966
Consider and research the options for automatically exporting and mapping styles from the Telerik UI Kits to the built-in Telerik/Kendo templates in ThemeBuilder.
Currently, when using Telerik UI Kit alongside the Figma plugin for ThemeBuilde, one can do one of the following:
- Export only the styles *& variables and then manually map the styles in ThemeBuilder
- Export and create custom components, which won't be connected to the Telerik/Kendo components and will have a custom HTML rendering.
Consider adding a functionality that will allow the bulk export of component variants in Figma while using the Figma plugin for ThemeBuilder.
For example, an option to export and create all variants of the Button in the Telerik UI kit
When exporting only selected components, it would be incredibly beneficial if ThemeBuilder could automatically generate separate override files specifically for those components. This approach would keep the codebase more modular, improve performance, and better serve applications relying only on certain Kendo components.
Requested through 1674517
Currently, there are no templates for modifying the sort icons of the filter cells of the TreeList component. There is a template for the Filter Row, which refers to the Grid component. However, the part with the sort icon is not connected to the Grid, as modifying it there doesn't reflect the change in the TreeList.
Consider exposing a templates for these icons.
Currently, we have templates for the different states of the Calendar cells:
However, it's common to apply multiple states simultaneously. For example, the user may want to style a day cell that is considered current and selected or current, selected, and hovering at the same time. Consider exposing templates for the most commonly used combinations, such as the ones mentioned here.
Requested through t.1670882.
In ThemeBuilder Q1 2024 there are Grid templates for styling alternate rows and selected rows. However, there is no template for styling selected alternate row.
Consider providing templates for each rendering option.
Sometimes, when using the Export Font Icons functionality of the ThemeBuilder Plugin for Figma, the export freezes with "Sending data to server: 0%":
This is due to how Figma handles the export of icons.
Consider implementing a mechanism for indicating the problematic icons so that users can remove/update them and make them eligible for export.
Starting from Q2 2024, new variables were introduced in the Kendo themes, such as primary-subtle, primary-subtle-hover, primary-subtle-active, etc., and they're all variants of some base color variable (e.g., primary).
Currently, if users choose to use a different hue for such base variables, they must manually change all of their variants as well.
Consider implementing a feature allowing users to change all variants of a variable based on an internal algorithm when the base variable (e.g., primary) is modified.
There is a template in the Constructive Elements canvas of components, such as Grid, MultiSelect, etc., for Filter List Item. Currently, ThemeBuilder does not have an exposed component part for modifying its search icon. It becomes problematic when we use font icons, especially a different font file for the icons, which requires changing the character code.
Consider exposing a component part to modify this icon.
Sometimes, errors occur in ThemeBuilder due to various reasons.
Consider including indicators in these errors to let the users know where they are located so they can possibly fix them through ThemeBuilder's user interface if applicable.
Requested through t.1667194.