README
apeman-react-resign
apeman react package for resign components
Installation
$ npm install apeman-react-resign --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApResign, ApResignStyle} from 'apeman-react-resign'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApResignStyle />
<ApResign>
</ApResign>
</div>
)
}
})
Components
ApResignLeadForm
Props
Name | Type | Default | Description |
---|---|---|---|
labels | { | ||
title: 'Are you sure ?', | |||
message: 'Once delete the account, there is no going back.', | |||
submit: 'Continue to withdraw', | |||
cancel: 'Cancel' | |||
} |
ApResignReasonForm
Props
Name | Type | Default | Description |
---|---|---|---|
labels | { | ||
title: 'Please tell us the reason.', | |||
message: 'This information will be used to improve our Service.', | |||
submit: 'Commit Withdrawal', | |||
cancel: 'Back', | |||
content: 'Reason' | |||
} |
ApResignStyle
Props
Name | Type | Default | Description |
---|
ApResign
Props
Name | Type | Default | Description |
---|
License
This software is released under the MIT License.