@ant-design/pro-components 1.0.2 → 1.1.2
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 +19 -19
- package/dist/components.css +2292 -2059
- package/dist/components.js +1 -1
- package/dist/components.js.LICENSE.txt +2 -0
- package/dist/components.min.css +2292 -2059
- package/dist/components.min.js +1 -1
- package/dist/components.min.js.LICENSE.txt +2 -0
- package/es/index.d.ts +7 -6
- package/es/index.js +7 -6
- package/es/version.js +11 -11
- package/lib/index.d.ts +7 -6
- package/lib/index.js +41 -28
- package/lib/version.js +11 -11
- package/package.json +60 -59
package/README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# @ant-design/pro-
|
|
2
|
-
|
|
3
|
-
> @ant-design/pro-
|
|
4
|
-
|
|
5
|
-
See our website [@ant-design/pro-
|
|
6
|
-
|
|
7
|
-
## Install
|
|
8
|
-
|
|
9
|
-
Using npm:
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
$ npm install --save @ant-design/pro-
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
or using yarn:
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
$ yarn add @ant-design/pro-
|
|
19
|
-
```
|
|
1
|
+
# @ant-design/pro-components
|
|
2
|
+
|
|
3
|
+
> @ant-design/pro-components.
|
|
4
|
+
|
|
5
|
+
See our website [@ant-design/pro-components](https://procomponent.ant.design/) for more information.
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
Using npm:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
$ npm install --save @ant-design/pro-components
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
or using yarn:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
$ yarn add @ant-design/pro-components
|
|
19
|
+
```
|