@parksuhyun9321/use-media-query 1.0.9 → 1.0.10
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/package.json +1 -1
package/README.MD
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
- 브라우저 뷰포트에 따른 조건부 렌더링을 위해 사용
|
|
17
17
|
|
|
18
18
|
### example
|
|
19
|
-
- 브라우저 사이즈 가 설정한 maxWidth 보다 클때 Component 를
|
|
19
|
+
- 브라우저 사이즈 가 설정한 maxWidth 보다 클때 Component 를 랜더링하고 싶을 시
|
|
20
20
|
|
|
21
21
|
const [isVisible, SetIsVisible] = useState(false);
|
|
22
22
|
const { isResize } = useMediaQuery(700);
|