@progress/kendo-react-common 10.1.0-develop.9 → 10.1.1-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
>
|
|
7
7
|
> - This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common)—an enterprise-grade UI library with 120+ free and premium components.
|
|
8
8
|
> - It contains both free and premium KendoReact components and tools. To use the premium components, you will need to [purchase a license](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) or register for a [free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common). You can use the free components without having to sign up or get a license key.
|
|
9
|
-
> -
|
|
10
|
-
> -
|
|
11
|
-
> -
|
|
12
|
-
> -
|
|
9
|
+
> - If you're looking for free React components, check out [Get Started with KendoReact Free](https://www.telerik.com/kendo-react-ui/components/free).
|
|
10
|
+
> - If you have an active license, visit the [KendoReact My License page](https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) to learn how to configure your KendoReact licensing.
|
|
11
|
+
> - Installing and working with this package indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common).
|
|
12
|
+
> - The 30-day free trial gives you access to all KendoReact components and their full functionality. Additionally, for the period of your trial, you can use our legendary technical support provided directly by the KendoReact dev team!
|
|
13
13
|
>
|
|
14
14
|
> [Start using KendoReact](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) and speed up your development process!
|
|
15
15
|
|
|
@@ -18,7 +18,7 @@ The React Common package, part of KendoReact, delivers common utilities that can
|
|
|
18
18
|
How to start:
|
|
19
19
|
|
|
20
20
|
```sh
|
|
21
|
-
npm
|
|
21
|
+
npm i @progress/kendo-react-common
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
What's in this package:
|
|
@@ -78,9 +78,9 @@ How to use the SvgIcon component in your apps:
|
|
|
78
78
|
|
|
79
79
|
```tsx
|
|
80
80
|
import { SvgIcon } from '@progress/kendo-react-common';
|
|
81
|
-
import {
|
|
81
|
+
import { homeIcon } from '@progress/kendo-svg-icons'; // This dependency is not automatically installed.
|
|
82
82
|
...
|
|
83
|
-
<SvgIcon icon={
|
|
83
|
+
<SvgIcon icon={homeIcon} />
|
|
84
84
|
```
|
|
85
85
|
|
|
86
86
|
## React Typography Component
|
|
@@ -145,4 +145,4 @@ High-level component overview pages:
|
|
|
145
145
|
|
|
146
146
|
_Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved._
|
|
147
147
|
|
|
148
|
-
_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._
|
|
148
|
+
_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._
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-common",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.1-develop.1",
|
|
4
4
|
"description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|