@justeattakeaway/pie-icon-button 0.28.7 → 0.28.8
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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,16 +20,14 @@ This component can be easily integrated into various frontend frameworks and cus
|
|
|
20
20
|
To install `pie-icon-button` in your application, run the following on your command line:
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
|
|
24
|
-
$ npm i @justeattakeaway/pie-icon-button
|
|
23
|
+
npm i @justeattakeaway/pie-icon-button
|
|
25
24
|
|
|
26
|
-
|
|
27
|
-
$ yarn add @justeattakeaway/pie-icon-button
|
|
25
|
+
yarn add @justeattakeaway/pie-icon-button
|
|
28
26
|
```
|
|
29
27
|
|
|
30
28
|
## Documentation
|
|
31
29
|
|
|
32
|
-
Visit [Icon Button | PIE Design System](https://pie.design/components/icon-button
|
|
30
|
+
Visit [Icon Button | PIE Design System](https://pie.design/components/icon-button) to view more information on this component.
|
|
33
31
|
|
|
34
32
|
## Questions
|
|
35
33
|
|