@akinon/pz-basket-gift-pack 1.42.0-rc.6 → 1.42.0-rc.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/README.md +4 -22
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -1,31 +1,13 @@
|
|
1
|
-
# pz-basket-gift-pack
|
1
|
+
# @akinon/pz-basket-gift-pack
|
2
2
|
|
3
3
|
### Install the npm package
|
4
4
|
|
5
5
|
```bash
|
6
6
|
# For latest version
|
7
|
-
yarn add
|
7
|
+
yarn add @akinon/pz-basket-gift-pack
|
8
8
|
|
9
|
-
#
|
10
|
-
|
11
|
-
```
|
12
|
-
|
13
|
-
### Next Config Configuration
|
14
|
-
|
15
|
-
##### apps/web/next.config.js**
|
16
|
-
|
17
|
-
```javascript
|
18
|
-
const withTM = require("next-transpile-modules")(["pz-basket-gift-pack"]);
|
19
|
-
```
|
20
|
-
|
21
|
-
### Example Usage
|
22
|
-
##### File Path: src/views/basket/basket-item.tsx
|
23
|
-
|
24
|
-
|
25
|
-
```javascript
|
26
|
-
import { BasketGiftPackage } from 'pz-basket-gift-pack';
|
27
|
-
|
28
|
-
<BasketGiftPackage basketItem={basketItem}/>
|
9
|
+
# Preferred installation method
|
10
|
+
npx @akinon/projectzero@latest --plugins
|
29
11
|
```
|
30
12
|
|
31
13
|
### Props
|