https://github.com/faceless-ui/window-info
A React library for subscribing to window events
https://github.com/faceless-ui/window-info
breakpoints css-in-js react react-component responsive typescript viewport window
Last synced: 12 months ago
JSON representation
A React library for subscribing to window events
- Host: GitHub
- URL: https://github.com/faceless-ui/window-info
- Owner: faceless-ui
- License: mit
- Created: 2019-11-13T05:58:44.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T16:51:11.000Z (over 1 year ago)
- Last Synced: 2025-06-01T13:04:48.336Z (about 1 year ago)
- Topics: breakpoints, css-in-js, react, react-component, responsive, typescript, viewport, window
- Language: JavaScript
- Homepage: https://facelessui.com/docs/window-info
- Size: 1.38 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://www.npmjs.com/@faceless-ui/window-info)

# React Window Info
Read the full documentation [here](https://facelessui.com/docs/window-info).
## Installation
```bash
$ npm i @faceless-ui/window-info
$ # or
$ yarn add @faceless-ui/window-info
```
## Development
To develop this module locally, spin up the [demo app](./demo/App.demo.js):
```bash
$ git clone git@github.com:faceless-ui/window-info.git
$ yarn
$ yarn dev
$ open http://localhost:3000
```
## License
[MIT](https://github.com/faceless-ui/window-info/blob/master/LICENSE) Copyright (c) Faceless UI