apeman-react-done

3.0.2 • Public • Published

apeman-react-done

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for done components.

Installation

$ npm install apeman-react-done --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'
 
import React from 'react'
import {ApDone, ApDoneStyle} from 'apeman-react-done'
 
const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApDoneStyle />
        <ApDone message="Sign Up done!"
                     actionText="Back to top"
                     onAction={ () => window.location = '/' }
                     />
      </div>
    )
  }
})
 
 

Components

ApDoneStyle

Props

Name Type Default Description

ApDone

Props

Name Type Default Description

License

This software is released under the MIT License.

Links

Package Sidebar

Install

npm i apeman-react-done

Weekly Downloads

12

Version

3.0.2

License

MIT

Last publish

Collaborators

  • okunishinishi