3.0.2 • Published 9 years ago

apeman-react-done v3.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

NameTypeDefaultDescription

ApDone

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago