-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(button): add initial styles for button
- Loading branch information
Showing
16 changed files
with
2,931 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"meta": { | ||
"name": "nouvelle", | ||
"friendlyName": "Nouvelle" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Kendo UI Nouvelle Theme | ||
|
||
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) | ||
|
||
## License | ||
|
||
All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui. | ||
|
||
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). | ||
|
||
*Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Kendo UI Nouvelle Theme | ||
|
||
The Kendo UI Nouvelle Theme is a css variables heavy theme for the Kendo UI components. | ||
|
||
* [License](#license) | ||
* [Basic Usage](#basic-usage) | ||
|
||
## License | ||
|
||
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) | ||
|
||
All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui. | ||
|
||
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). | ||
|
||
## Basic Usage | ||
|
||
For more information on how to implement the Nouvelle theme in your project, refer to the following articles: | ||
|
||
* [Using the Nouvelle Theme in Angular Projects](http://www.telerik.com/kendo-angular-ui/components/styling/) | ||
* [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) | ||
|
||
*Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.* | ||
|
||
*Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
"use strict"; | ||
|
||
const gulp = require("gulp"); | ||
const taskHelper = require("@progress/kendo-theme-tasks/gulpfile").taskHelper; | ||
|
||
taskHelper.exportTasksToGulpInstance(gulp); |
Oops, something went wrong.