5.0.1 • Published 9 years ago

apeman-react-resign v5.0.1

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

apeman-react-resign

Build Status Code Climate Code Coverage npm Version JS Standard

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

NameTypeDefaultDescription
labels{

title: 'Are you sure ?', message: 'Once delete the account, there is no going back.', submit: 'Continue to withdraw', cancel: 'Cancel' } | | |

ApResignReasonForm

Props

NameTypeDefaultDescription
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

NameTypeDefaultDescription

ApResign

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

5.0.1

9 years ago

5.0.0

9 years ago

4.0.6

9 years ago

4.0.5

10 years ago

4.0.4

10 years ago

4.0.3

10 years ago

4.0.2

10 years ago

4.0.1

10 years ago

4.0.0

10 years ago

3.0.0

10 years ago

2.0.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago