@tofusoup429/use-window-size
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "@tofusoup429/use-window-size", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Custom hooks fetching window width and height", | ||
@@ -14,3 +14,2 @@ "homepage": "https://github.com/tofusoup429/useWindowSize", | ||
"@types/react-dom": ">=17.0.4", | ||
"@types/styled-components": "^5.1.9", | ||
"react": ">=17.0.2", | ||
@@ -22,4 +21,3 @@ "react-dom": ">=17.0.2", | ||
"react": ">=17.0.2", | ||
"react-dom": ">=17.0.2", | ||
"styled-components": ">=5.3.0" | ||
"react-dom": ">=17.0.2" | ||
}, | ||
@@ -26,0 +24,0 @@ "files": [ |
@@ -1,4 +0,4 @@ | ||
# react-component-module-frame | ||
# use-window-size | ||
## What is this project about? | ||
#### This project was built to make publishing react-components quick. All the basic settings such as tsconfig.json, file structure, .gitignores and package.json are configured. It is up to you to modify the setting for your own taste. | ||
#### Whenever size of window changes, the hook returns a new size object wtih width and height keys. | ||
@@ -13,11 +13,1 @@ #### To build | ||
#### To download this project | ||
``` | ||
git clone git@github.com:tofusoup429/react-component-module-frame.git | ||
``` | ||
----------------------------------------------------------------------------------------------------------------------- | ||
#### to import this module from other project. | ||
``` | ||
import {RotatingText} from "@tofusoup429/react-component-module-frame/lib/esm/RotatingText" | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
5
2169
13