@pdg/react-form 1.2.3 → 1.2.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 +1 -1
- package/dist/index.esm.js +10842 -9691
- package/dist/index.js +10841 -9690
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ npm install -D @pdg/react-form
|
|
|
9
9
|
|
|
10
10
|
### 추가 패키지 설치
|
|
11
11
|
```
|
|
12
|
-
npm install -D @emotion/react @emotion/styled @mui/icons-material @mui/material @mui/x-date-pickers @pdg/react-component @tinymce/miniature @tinymce/tinymce-react dayjs simplebar-react
|
|
12
|
+
npm install -D @emotion/react @emotion/styled @mui/icons-material @mui/material @mui/x-date-pickers @pdg/react-component @pdg/react-hook @tinymce/miniature @tinymce/tinymce-react dayjs simplebar-react
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## simplebar-react css 추가
|