apeman-react-mixin-resize
1.0.3 • Public • Published apeman-react-mixin-resize

apeman react package for resize mixins
Installation
$ npm install apeman-react-mixin-resize --save
Usage
'use strict'
import React from 'react'
import {ApResizeMixin} from 'apeman-react-mixin-resize'
const ExampleComponent = React.createClass({
mixins: [
ApResizeMixin
],
render () {
return (
<div>{ }</div>
)
},
windowDidResize () {
}
})
License
This software is released under the MIT License.
Links
/apeman-react-mixin-resize/
//
Package Sidebar
Install
npm i apeman-react-mixin-resize
Weekly Downloads