Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/react-autoresizer-component
(OBSOLETE)React component that responds to the window size changes
https://github.com/nhz-io/react-autoresizer-component
Last synced: 3 days ago
JSON representation
(OBSOLETE)React component that responds to the window size changes
- Host: GitHub
- URL: https://github.com/nhz-io/react-autoresizer-component
- Owner: nhz-io
- License: mit
- Created: 2016-01-11T15:38:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T16:02:32.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T02:19:34.043Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# react-autoresizer-component
[![Build Status][travis-image]][travis-url]
[![Coverage Status](https://coveralls.io/repos/github/nhz-io/react-autoresizer-component/badge.svg?branch=master)](https://coveralls.io/github/nhz-io/react-autoresizer-component?branch=master)
[![NPM][npm-image]][npm-url]
[![bitHound Overall Score](https://www.bithound.io/github/nhz-io/react-autoresizer-component/badges/score.svg)](https://www.bithound.io/github/nhz-io/react-autoresizer-component)
[![bitHound Dependencies](https://www.bithound.io/github/nhz-io/react-autoresizer-component/badges/dependencies.svg)](https://www.bithound.io/github/nhz-io/react-autoresizer-component/master/dependencies/npm)
[![bitHound Dev Dependencies](https://www.bithound.io/github/nhz-io/react-autoresizer-component/badges/devDependencies.svg)](https://www.bithound.io/github/nhz-io/react-autoresizer-component/master/dependencies/npm)
[![bitHound Code](https://www.bithound.io/github/nhz-io/react-autoresizer-component/badges/code.svg)](https://www.bithound.io/github/nhz-io/react-autoresizer-component)## React component that responds to the window size changes
## Install
```
npm install --save react-autoresizer-component
```## Build
```
git clone https://github.com/nhz-io/react-autoresizer-component.git
cd react-autoresizer-component
npm install
npm start
...
check http://localhost:9000
...
npm run dist
```## LICENSE
### [MIT](LICENSE)
## [VERSION](HISTORY.md)
### 0.0.4
[travis-image]: https://travis-ci.org/nhz-io/react-autoresizer-component.svg
[travis-url]: https://travis-ci.org/nhz-io/react-autoresizer-component[npm-image]: https://img.shields.io/npm/v/react-autoresizer-component.svg?style=flat
[npm-url]: https://www.npmjs.com/package/react-autoresizer-component