apeman-react-mixin-scroll

1.0.2 • Public • Published

apeman-react-mixin-scroll

Build Status Code Climate Code Coverage npm Version JS Standard

Handle scrolling

Installation

$ npm install apeman-react-mixin-scroll --save

Usage

#!/usr/bin/env node

'use strict'

import React from 'react'
import {ApScrollMixin} from 'apeman-react-mixin-scroll'

// Define own component with the mixin
const ExampleComponent = React.createClass({
  mixins: [
    ApScrollMixin
  ],
  render () {
    return (
      <div>{ /* ... */ }</div>
    )
  }
})

License

This software is released under the MIT License.

Links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i apeman-react-mixin-scroll

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • okunishinishi