bi-components-library 1.0.24 → 1.0.26
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 +3 -1
- package/dist/index.es.js +1869 -27752
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -273
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -25,9 +25,11 @@ pnpm add bi-components-library
|
|
|
25
25
|
确保您的项目已安装必要的依赖:
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
npm install react react-dom antd @ant-design/icons
|
|
28
|
+
npm install react react-dom antd @ant-design/icons
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
+
**注意:** `@arco-design/web-react` 已经包含在组件库中,无需单独安装。
|
|
32
|
+
|
|
31
33
|
### 2. 引入组件
|
|
32
34
|
|
|
33
35
|
```tsx
|