@progress/kendo-react-common 4.10.0-dev.202110110856 → 4.10.0
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 +24 -6
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<img width="631" src="https://www.telerik.com/kendo-react-ui/npm-banner.svg">
|
|
3
3
|
</a>
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
# KendoReact Common Library for React
|
|
6
6
|
|
|
7
7
|
> **Important**
|
|
8
8
|
> * 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)—a commercial UI library.
|
|
@@ -14,12 +14,30 @@
|
|
|
14
14
|
|
|
15
15
|
The KendoReact Common package delivers common utilities that can be used with the KendoReact UI components to enhance their performance and functionality.
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
What's in this package (ToC):
|
|
18
18
|
|
|
19
|
-
* [Draggable component](
|
|
20
|
-
* [Icon component](
|
|
21
|
-
* [SvgIcon component](
|
|
22
|
-
* [Typography component](
|
|
19
|
+
* [React Draggable component](#react-draggable-component)
|
|
20
|
+
* [React Icon component](#react-icon-component)
|
|
21
|
+
* [React SvgIcon component](#react-svgicon-component)
|
|
22
|
+
* [React Typography component](#react-typography-component)
|
|
23
|
+
* [Support Options](#support-options)
|
|
24
|
+
* [Resources](#resources)
|
|
25
|
+
|
|
26
|
+
## React Draggable Component
|
|
27
|
+
|
|
28
|
+
[The KendoReact Draggable component](https://www.telerik.com/kendo-react-ui/components/utils/draggable/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) enables the drag-and-drop functionality and enables the user to drag and drop component elements.
|
|
29
|
+
|
|
30
|
+
## React Icon Component
|
|
31
|
+
|
|
32
|
+
[The KendoReact Icon component](https://www.telerik.com/kendo-react-ui/components/utils/icon/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) is used to display font icons. [All Kendo UI Icons](https://www.telerik.com/kendo-react-ui/components/styling/icons/#list-of-font-icons/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) are supported. To ensure React developers can use these icons in any scenario, the KendoReact Icon component displays icons as font icon.
|
|
33
|
+
|
|
34
|
+
## React SvgIcon Component
|
|
35
|
+
|
|
36
|
+
[The KendoReact SvgIcon component](https://www.telerik.com/kendo-react-ui/components/utils/svgicon/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) is used to display svg icons. The KendoReact delivers more than 500 SVG icons. The size, color and orientation of the KendoReact SvgIcon components can be easily customized through the available properties.
|
|
37
|
+
|
|
38
|
+
## React Typography Component
|
|
39
|
+
|
|
40
|
+
[The KendoReact Typography component](https://www.telerik.com/kendo-react-ui/components/utils/typography/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) is a reusable that helps presenting the content in a React application. It could trim down a lot of time as the application grows. You can quickly add additional style to the Typography by choosing from the predefined styling options.
|
|
23
41
|
|
|
24
42
|
## Support Options
|
|
25
43
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-common",
|
|
3
3
|
"description": "KendoReact Common Utilities package",
|
|
4
|
-
"version": "4.10.0
|
|
4
|
+
"version": "4.10.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-react.git"
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@progress/kendo-drawing": "^1.8.0",
|
|
46
46
|
"@progress/kendo-licensing": "^1.0.1",
|
|
47
|
-
"@progress/kendo-react-dateinputs": "4.10.0
|
|
48
|
-
"@progress/kendo-react-dialogs": "4.10.0
|
|
49
|
-
"@progress/kendo-react-dropdowns": "4.10.0
|
|
50
|
-
"@progress/kendo-react-editor": "4.10.0
|
|
51
|
-
"@progress/kendo-react-inputs": "4.10.0
|
|
52
|
-
"@progress/kendo-react-upload": "4.10.0
|
|
47
|
+
"@progress/kendo-react-dateinputs": "4.10.0",
|
|
48
|
+
"@progress/kendo-react-dialogs": "4.10.0",
|
|
49
|
+
"@progress/kendo-react-dropdowns": "4.10.0",
|
|
50
|
+
"@progress/kendo-react-editor": "4.10.0",
|
|
51
|
+
"@progress/kendo-react-inputs": "4.10.0",
|
|
52
|
+
"@progress/kendo-react-upload": "4.10.0",
|
|
53
53
|
"@progress/kendo-svg-icons": "^0.0.5"
|
|
54
54
|
},
|
|
55
55
|
"author": "Progress",
|