apeman-react-touchable

5.3.0 • Public • Published

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.

Links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 5.3.0
    11
    • latest

Version History

Package Sidebar

Install

npm i apeman-react-touchable

Weekly Downloads

29

Version

5.3.0

License

MIT

Last publish

Collaborators

  • okunishinishi