Skip to content

Commit

Permalink
fix(button): add initial styles for button
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jul 2, 2020
1 parent 8c102cb commit 60dfdfc
Show file tree
Hide file tree
Showing 16 changed files with 2,931 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/nouvelle/.sassdocrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"meta": {
"name": "nouvelle",
"friendlyName": "Nouvelle"
}
}
17 changes: 17 additions & 0 deletions packages/nouvelle/LICENSE.md
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.*
32 changes: 32 additions & 0 deletions packages/nouvelle/README.md
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.*
6 changes: 6 additions & 0 deletions packages/nouvelle/gulpfile.js
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);

0 comments on commit 60dfdfc

Please sign in to comment.