README
apeman-react-button
apeman react package for button component.
Installation
$ npm install apeman-react-button --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApButtonStyle, ApButton} from 'apeman-react-button'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApButtonStyle />
<ApButton />
</div>
)
}
})
License
This software is released under the MIT License.