npm.io
5.3.0 • Published 9 years ago

apeman-react-touchable

Licence
MIT
Version
5.3.0
Deps
7
Vulns
0
Weekly
0

apeman-react-touchable

Build Status npm Version JS Standard

apeman react package for touchable component.

Installation

$ npm install apeman-react-touchable --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'

import React from 'react'
import {ApTouchable, ApTouchableStyle} from 'apeman-react-touchable'

const ExampleComponent = React.createComponent({
  render() {
    return (
      <div>
        <ApTouchableStyle />
        <ApTouchable onPan={ () => { /* ... */ } }/>
      </div>
    )
  }
})

Components

ApTouchableStyle

Props

Name Type Default Description
ApTouchable

Props

Name Type Default Description

License

This software is released under the MIT License.

Keywords