3.0.2 • Published 9 years ago
apeman-react-done v3.0.2
apeman-react-done
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.