ant-float-label 1.0.0 → 1.0.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 CHANGED
@@ -1,2 +1,6 @@
1
1
  # Antd 5 form style similar to MUI
2
- 一个简单的react状态管理库
2
+
3
+ ```
4
+ npm install ant-float-label
5
+ ```
6
+ ![Alt text](image.png)
package/dist/README.md CHANGED
@@ -1,2 +1,6 @@
1
1
  # Antd 5 form style similar to MUI
2
- 一个简单的react状态管理库
2
+
3
+ ```
4
+ npm install ant-float-label
5
+ ```
6
+ ![Alt text](image.png)
package/dist/image.png ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ant-float-label",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Antd 5 form style similar to MUI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",