0.4.0 • Published 10 years ago

react-resize v0.4.0

Weekly downloads
3
License
ISC
Repository
github
Last release
10 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

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago