0.4.0 • Published 8 years ago

react-resize v0.4.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

react-resize

React component that wraps the child component in (a div with width / height matching that of the current / updated window size).

Example

npm install --save react react-dom react-resize
import React from 'react'
import { render } from 'react-dom'
import Resize from 'react-resize'

class App extends React.Component {
    render() {
        return (
            <Resize>
              Hello React Resize
            </Resize>
        )
    }
}

render(<App/>, document.getElemenById('myApp'))

Autor

Carlos Cuatin cecg1996@gmail.com

0.4.0

8 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago