apeman-react-button

4.0.9 • Public • Published

apeman-react-button

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for button component.

Installation

$ npm install apeman-react-button --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

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.

Links

Package Sidebar

Install

npm i apeman-react-button

Weekly Downloads

27

Version

4.0.9

License

MIT

Last publish

Collaborators

  • okunishinishi