Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs updates #3026

Merged
merged 5 commits into from
Dec 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions packages/classic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ and then import it in your project styles:

For more information on how to implement the Classic theme in your project, refer to the following articles:

* [Using the Classic Theme in Angular Projects](https://www.telerik.com/kendo-angular-ui/components/styling/theme-classic/)
* [Using the Classic Theme in React Projects](https://www.telerik.com/kendo-react-ui/components/styling/theme-classic/)
* [Using the Classic Theme in jQuery Projects](http://docs.telerik.com/kendo-ui/styles-and-layout/sass-themes)
* [Using the Classic Theme in jQuery Projects](https://docs.telerik.com/kendo-ui/styles-and-layout/sass-themes)

## Customizing

Expand Down Expand Up @@ -119,13 +117,11 @@ To ensure version predictability, we use [Semantic Versioning](https://semver.or

This package is part of the following suites:

* [Kendo UI for Angular](http://www.telerik.com/kendo-angular-ui/)
* [KendoReact](http://www.telerik.com/kendo-react-ui/)
* [Kendo UI for jQuery](http://www.telerik.com/kendo-ui)
* [UI for ASP.NET MVC](http://www.telerik.com/aspnet-mvc)
* [UI for ASP.NET Core](http://www.telerik.com/aspnet-core-ui)
* [Kendo UI for jQuery](https://www.telerik.com/kendo-ui)
* [Telerik UI for ASP.NET MVC](https://www.telerik.com/aspnet-mvc)
* [Telerik UI for ASP.NET Core](https://www.telerik.com/aspnet-core-ui)

All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
Visit the [Kendo UI Pricing page](https://www.telerik.com/purchase/kendo-ui) to review Kendo UI commercial licensing and pricing.

If you do not own a commercial license, the usage of this software shall be governed by the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

Expand Down
9 changes: 3 additions & 6 deletions packages/nouvelle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ For more information on how to implement the Nouvelle theme in your project, ref

* [Using the Nouvelle Theme in Angular Projects](https://www.telerik.com/kendo-angular-ui/components/styling/theme-nouvelle/)
* [Using the Nouvelle Theme in React Projects](https://www.telerik.com/kendo-react-ui/components/styling/theme-nouvelle/)
* [Using the Nouvelle Theme in jQuery Projects](http://docs.telerik.com/kendo-ui/styles-and-layout/sass-themes)

## Customizing

Expand Down Expand Up @@ -121,11 +120,9 @@ To ensure version predictability, we use [Semantic Versioning](https://semver.or

This package is part of the following suites:

* [Kendo UI for Angular](http://www.telerik.com/kendo-angular-ui/)
* [KendoReact](http://www.telerik.com/kendo-react-ui/)
* [Kendo UI for jQuery](http://www.telerik.com/kendo-ui)
* [UI for ASP.NET MVC](http://www.telerik.com/aspnet-mvc)
* [UI for ASP.NET Core](http://www.telerik.com/aspnet-core-ui)
* [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)
* [KendoReact](https://www.telerik.com/kendo-react-ui/)
* [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui)

All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.

Expand Down
1 change: 0 additions & 1 deletion packages/nouvelle/docs/_meta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
title: Nouvelle Theme
position: 999
category: styling
tag: beta
6 changes: 5 additions & 1 deletion packages/nouvelle/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ position: 1

# Nouvelle Theme Overview

> Kendo UI Nouvelle Theme is currently in development stage and it is, currently, covering the base components. Please vote for it if you want a full coverage: https://feedback.telerik.com/themes/1432136-add-theme-based-on-css-variables.
> The Kendo UI Nouvelle Theme is currently experimental and covers base components such as buttons, inputs, etc. You can vote for it in this [Feedback Portal feature request](https://feedback.telerik.com/themes/1432136-add-theme-based-on-css-variables) if you want full coverage. Any updates will be posted in [this public issue](https://github.com/telerik/kendo-themes/issues/798).

In its essence, the Kendo UI Nouvelle Theme is a theme based on CSS variables that can be used with the Kendo UI component libraries. [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) are properties you set in your stylesheets that can be reused throughout the application.

Unlike the Kendo UI Nouvelle Theme, the other three themes (Default, Bootstrap and Material) are based on [SCSS variables](https://sass-lang.com/documentation/variables).
silviyaboteva marked this conversation as resolved.
Show resolved Hide resolved

{% platform_content angular %}
The Kendo UI for Angular Nouvelle theme is part of the Kendo UI for Angular library of UI components. It is distributed through NPM under the [kendo-theme-nouvelle package](https://www.npmjs.com/package/@progress/kendo-theme-nouvelle).
Expand Down