@reacthooks.org/use-window-width

1.0.8 • Public • Published

Install

$ npm install @reacthooks.org/use-window-width

useWindowWidth

React (State and Effect) Hook to get your window width.

Synopsis

In your React component:

import useWindowWidth from "use-window-width";

function WidthInfo() {
  const width = useWindowWidth();

  return <code>width = { width }</code>
}

There is no need to subscribe or unsubscribe to the window 'resize' event since this hook does it for you.

Other Hooks

Please see all of the other reacthooks.org hooks:

Author

$ npx chilts

   ╒════════════════════════════════════════════════════╕
   │                                                    │
   │   Andrew Chilton (Personal)                        │
   │   -------------------------                        │
   │                                                    │
   │          Email : andychilton@gmail.com             │
   │            Web : https://chilts.org                │
   │        Twitter : https://twitter.com/andychilton   │
   │         GitHub : https://github.com/chilts         │
   │         GitLab : https://gitlab.org/chilts         │
   │                                                    │
   │   Apps Attic Ltd (My Company)                      │
   │   ---------------------------                      │
   │                                                    │
   │          Email : chilts@appsattic.com              │
   │            Web : https://appsattic.com             │
   │        Twitter : https://twitter.com/AppsAttic     │
   │         GitLab : https://gitlab.com/appsattic      │
   │                                                    │
   │   Node.js / npm                                    │
   │   -------------                                    │
   │                                                    │
   │        Profile : https://www.npmjs.com/~chilts     │
   │           Card : $ npx chilts                      │
   │                                                    │
   ╘════════════════════════════════════════════════════╛

(Ends)

Package Sidebar

Install

npm i @reacthooks.org/use-window-width

Weekly Downloads

0

Version

1.0.8

License

ISC

Unpacked Size

7.4 kB

Total Files

5

Last publish

Collaborators

  • chilts
  • chilts-appsattic