@upendra19/swagger-ui-custom 1.0.4 → 1.0.5
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
|
@@ -103,6 +103,12 @@ This package can be used directly as a React component without needing to create
|
|
|
103
103
|
npm install @upendra19/swagger-ui-custom
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
+
**Note:** This package requires `react`, `react-dom`, and `prop-types` as peer dependencies. Make sure they are installed in your project:
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
npm install react react-dom prop-types
|
|
110
|
+
```
|
|
111
|
+
|
|
106
112
|
### Usage
|
|
107
113
|
|
|
108
114
|
```jsx
|