apeman-react-resign

5.0.1 • Public • Published

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

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.

Links

Dependencies (7)

Dev Dependencies (25)

Package Sidebar

Install

npm i apeman-react-resign

Weekly Downloads

8

Version

5.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi