5.0.1 • Published 7 years ago

apeman-react-resign v5.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 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

7 years ago

5.0.0

8 years ago

4.0.6

8 years ago

4.0.5

8 years ago

4.0.4

8 years ago

4.0.3

8 years ago

4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago