You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: styling-and-themes/themebuilder.md
+41-5Lines changed: 41 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,51 @@ published: True
8
8
position: 20
9
9
---
10
10
11
-
# ThemeBuilder
11
+
# Progress ThemeBuilder
12
12
13
-
The [ThemeBuilder is an online tool](https://themebuilderapp.telerik.com) that enables you to create custom themes and instantly preview how the components will look. The tool generates a [CSS file that you can use in your Blazor app]({%slug themes-customize%}#loading-custom-themes) instead of a built-in theme.
13
+
[ThemeBuilder](https://themebuilderapp.telerik.com) is a SaaS tool that enables you to create custom themes and instantly preview how they affect the appearance of the components. The tool generates a [CSS file that you can use in your Blazor app]({%slug themes-customize%}#loading-custom-themes) instead of a built-in theme.
14
+
15
+
## Key Procedures
14
16
15
17
Visit the [ThemeBuilder documentation](https://docs.telerik.com/themebuilder) to learn how to:
16
18
17
-
*[Create a custom theme](https://docs.telerik.com/themebuilder/get-started/first-steps-theme-builder)
18
-
* Migrate custom themes to new component versions [automatically](https://docs.telerik.com/themebuilder/web-app/automatic-migrations) or [manually](https://docs.telerik.com/themebuilder/web-app/migrating-projects)
19
-
*[Export and use a theme in your Blazor app](https://docs.telerik.com/themebuilder/exported-package)
19
+
*[Create a custom theme](https://docs.telerik.com/themebuilder/get-started/first-steps-theme-builder).
20
+
* Migrate custom themes to new component versions [automatically](https://docs.telerik.com/themebuilder/web-app/automatic-migrations) or [manually](https://docs.telerik.com/themebuilder/web-app/migrating-projects).
21
+
*[Export and use a theme in your Blazor app](https://docs.telerik.com/themebuilder/exported-package).
22
+
23
+
## Key Features
24
+
25
+
Whether you're developing a custom design system or applying a consistent look and feel across your applications, ThemeBuilder streamlines the process. Its features reduce the complexity of manual CSS/SASS adjustments and enable easy collaboration.
26
+
27
+
### Atomic Customization
28
+
29
+
ThemeBuilder gives you full control over your components' styles. From high-level settings such as color schemes and typography to detailed adjustments for specific elements and states, you can [fine-tune the look of every UI component and its parts](https://docs.telerik.com/themebuilder/building-visual-styles/apply-advanced-customizations). This flexibility ensures that your components not only look great but also match your brand's guidelines.
30
+
31
+
### Custom SASS/CSS Variables
32
+
33
+
Simplify your workflow with ThemeBuilder’s support for SASS and CSS variables. Create and manage multiple variables as a single source of truth for your styles—adjusting one variable updates the appearance of multiple components across your project. This ensures consistency and saves time by eliminating repetitive editing.
34
+
35
+
### Custom HTML Support
36
+
37
+
In ThemeBuilder, you can work not only with Telerik and Kendo UI components but also with [custom HTML elements](https://docs.telerik.com/themebuilder/building-visual-styles/custom-components). This flexibility lets you style entire web UIs, ensuring a consistent look across projects that combine your own components with the Telerik and Kendo UI controls.
38
+
39
+
### Figma Integration
40
+
41
+
ThemeBuilder’s [Figma integration](https://docs.telerik.com/themebuilder/plugin/installation) allows you to export Figma variables directly to SASS/CSS variables including colors, typography, metrics, and more. Designers can now collaborate seamlessly with developers, ensuring that the design intent translates perfectly into the final product.
42
+
43
+
### Theme Modes and Built-In Themes
44
+
45
+
ThemeBuilder comes with five built-in themes—Material, Bootstrap, Fluent, Default, and Classic—that provide a solid foundation for your design. You can also switch between [light and dark modes](https://docs.telerik.com/themebuilder/building-visual-styles/variables), enabling quick implementation of modern UI practices.
46
+
47
+
Importing and mapping of Figma variables to ThemeBuilder modes is also supported.
48
+
49
+
### Custom Fonts and Iconography
50
+
51
+
ThemeBuilder also enables you to upload and use [custom fonts](https://docs.telerik.com/themebuilder/building-visual-styles/using-custom-fonts) and icons, making it easy to apply your brand's unique visual identity.
52
+
53
+
### Project Sharing, Version Control, and Collaboration
54
+
55
+
ThemeBuilder’s features such as [project sharing](https://docs.telerik.com/themebuilder/basic-project-operations/sharing-a-project), version control, and user access rights make it easy for multiple users to work together without overwriting each other’s changes. Every project can be versioned, enabling you to roll back to earlier designs and maintain a detailed history of your progress.
0 commit comments